mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
Merge pull request #64 from sentioxyz/node-builder
fix docker build args
This commit is contained in:
1
Makefile
1
Makefile
@ -255,7 +255,6 @@ define docker_build_push
|
|||||||
--tag $(DOCKER_IMAGE_NAME):$(2) \
|
--tag $(DOCKER_IMAGE_NAME):$(2) \
|
||||||
--build-arg BUILD_PROFILE="$(PROFILE)" \
|
--build-arg BUILD_PROFILE="$(PROFILE)" \
|
||||||
--build-arg FEATURES="jemalloc,asm-keccak" \
|
--build-arg FEATURES="jemalloc,asm-keccak" \
|
||||||
--build-arg RUSTFLAGS="-C target-cpu=native" \
|
|
||||||
--provenance=false \
|
--provenance=false \
|
||||||
--push
|
--push
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user