Skip to content

Commit 8ad4970

Browse files
authored
update rust makefile (#1491)
1 parent aee37c5 commit 8ad4970

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

plugins/wasm-rust/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,12 @@ lint:
2828
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
2929

3030
builder:
31-
docker buildx build --no-cache \
32-
--platform linux/amd64,linux/arm64 \
31+
DOCKER_BUILDKIT=1 docker build \
3332
--build-arg RUST_VERSION=$(RUST_VERSION) \
3433
--build-arg ORAS_VERSION=$(ORAS_VERSION) \
3534
--build-arg HIGRESS_VERSION=$(HIGRESS_VERSION) \
3635
-f DockerfileBuilder \
3736
-t ${BUILDER} \
38-
--push \
3937
.
4038
@echo ""
41-
@echo "image: ${BUILDER}"
39+
@echo "image: ${BUILDER}"

0 commit comments

Comments
 (0)