We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee37c5 commit 8ad4970Copy full SHA for 8ad4970
plugins/wasm-rust/Makefile
@@ -28,14 +28,12 @@ lint:
28
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
29
30
builder:
31
- docker buildx build --no-cache \
32
- --platform linux/amd64,linux/arm64 \
+ DOCKER_BUILDKIT=1 docker build \
33
--build-arg RUST_VERSION=$(RUST_VERSION) \
34
--build-arg ORAS_VERSION=$(ORAS_VERSION) \
35
--build-arg HIGRESS_VERSION=$(HIGRESS_VERSION) \
36
-f DockerfileBuilder \
37
-t ${BUILDER} \
38
- --push \
39
.
40
@echo ""
41
- @echo "image: ${BUILDER}"
+ @echo "image: ${BUILDER}"
0 commit comments