fix docker build args

This commit is contained in:
Fuyao Zhao
2025-09-13 15:28:32 +08:00
parent 7d223a464e
commit bd3e0626ed

View File

@ -255,7 +255,6 @@ define docker_build_push
--tag $(DOCKER_IMAGE_NAME):$(2) \
--build-arg BUILD_PROFILE="$(PROFILE)" \
--build-arg FEATURES="jemalloc,asm-keccak" \
--build-arg RUSTFLAGS="-C target-cpu=native" \
--provenance=false \
--push
endef