File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ build-%:
44
44
45
45
.PHONY : docker-build-push
46
46
docker-build-push : docker-build-prepare # # Build and push a cross-arch Docker image tagged with DOCKER_IMAGE_NAME.
47
- $(MAKE ) build-x86_64-unknown-linux-gnu
47
+ FEATURES= " jemalloc aws-kms cli asm-keccak " $(MAKE ) build-x86_64-unknown-linux-gnu
48
48
mkdir -p $(BIN_DIR ) /amd64
49
49
for bin in anvil cast chisel forge; do \
50
50
cp $(CARGO_TARGET_DIR ) /x86_64-unknown-linux-gnu/$(PROFILE ) /$$ bin $(BIN_DIR ) /amd64/; \
51
51
done
52
52
53
- $(MAKE) build-aarch64-unknown-linux-gnu
53
+ FEATURES="aws-kms cli asm-keccak" $(MAKE) build-aarch64-unknown-linux-gnu
54
54
mkdir -p $(BIN_DIR)/arm64
55
55
for bin in anvil cast chisel forge; do \
56
56
cp $(CARGO_TARGET_DIR)/aarch64-unknown-linux-gnu/$(PROFILE)/$$bin $(BIN_DIR)/arm64/; \
You can’t perform that action at this time.
0 commit comments