Skip to content

Commit

Permalink
Merge pull request #6925 from onflow/jan/port-pr6924-to-v0.37
Browse files Browse the repository at this point in the history
Jan/port pr6924 to v0.37
  • Loading branch information
j1010001 authored Jan 23, 2025
2 parents cab32d7 + 985b8a3 commit 9eb49cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ docker-native-build-ghost-debug:
PHONY: docker-build-bootstrap
docker-build-bootstrap:
docker build -f cmd/Dockerfile --build-arg TARGET=./cmd/bootstrap --build-arg GOARCH=$(GOARCH) --build-arg VERSION=$(IMAGE_TAG) --build-arg CGO_FLAG=$(CRYPTO_FLAG) --target production \
--secret id=cadence_deploy_key,env=CADENCE_DEPLOY_KEY \
--label "git_commit=${COMMIT}" --label "git_tag=${IMAGE_TAG}" \
-t "$(CONTAINER_REGISTRY)/bootstrap:latest" \
-t "$(CONTAINER_REGISTRY)/bootstrap:$(IMAGE_TAG)" .
Expand All @@ -614,6 +615,7 @@ tool-bootstrap: docker-build-bootstrap
docker-build-bootstrap-transit:
docker build -f cmd/Dockerfile --build-arg TARGET=./cmd/bootstrap/transit --build-arg COMMIT=$(COMMIT) --build-arg VERSION=$(VERSION) --build-arg GOARCH=$(GOARCH) --build-arg CGO_FLAG=$(CRYPTO_FLAG) --no-cache \
--target production \
--secret id=cadence_deploy_key,env=CADENCE_DEPLOY_KEY \
-t "$(CONTAINER_REGISTRY)/bootstrap-transit:latest" \
-t "$(CONTAINER_REGISTRY)/bootstrap-transit:$(IMAGE_TAG)" .

Expand Down

0 comments on commit 9eb49cc

Please sign in to comment.