mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 14:17:27 +08:00
update rust makefile (#1491)
This commit is contained in:
@@ -28,14 +28,12 @@ lint:
|
|||||||
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
|
cargo clippy --workspace --all-features --all-targets --manifest-path extensions/${PLUGIN_NAME}/Cargo.toml
|
||||||
|
|
||||||
builder:
|
builder:
|
||||||
docker buildx build --no-cache \
|
DOCKER_BUILDKIT=1 docker build \
|
||||||
--platform linux/amd64,linux/arm64 \
|
|
||||||
--build-arg RUST_VERSION=$(RUST_VERSION) \
|
--build-arg RUST_VERSION=$(RUST_VERSION) \
|
||||||
--build-arg ORAS_VERSION=$(ORAS_VERSION) \
|
--build-arg ORAS_VERSION=$(ORAS_VERSION) \
|
||||||
--build-arg HIGRESS_VERSION=$(HIGRESS_VERSION) \
|
--build-arg HIGRESS_VERSION=$(HIGRESS_VERSION) \
|
||||||
-f DockerfileBuilder \
|
-f DockerfileBuilder \
|
||||||
-t ${BUILDER} \
|
-t ${BUILDER} \
|
||||||
--push \
|
|
||||||
.
|
.
|
||||||
@echo ""
|
@echo ""
|
||||||
@echo "image: ${BUILDER}"
|
@echo "image: ${BUILDER}"
|
||||||
|
|||||||
Reference in New Issue
Block a user