Skip to content

Commit

Permalink
update rust makefile (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 8, 2024
1 parent aee37c5 commit 8ad4970
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/wasm-rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ lint:
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml

builder:
docker buildx build --no-cache \
--platform linux/amd64,linux/arm64 \
DOCKER_BUILDKIT=1 docker build \
--build-arg RUST_VERSION=$(RUST_VERSION) \
--build-arg ORAS_VERSION=$(ORAS_VERSION) \
--build-arg HIGRESS_VERSION=$(HIGRESS_VERSION) \
-f DockerfileBuilder \
-t ${BUILDER} \
--push \
.
@echo ""
@echo "image: ${BUILDER}"
@echo "image: ${BUILDER}"

0 comments on commit 8ad4970

Please sign in to comment.