Merge pull request #64 from sentioxyz/node-builder

fix docker build args
This commit is contained in:
sprites0
2025-09-13 16:43:35 -04:00
committed by GitHub

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