Skip to content

Commit

Permalink
Merge pull request onflow#6790 from onflow/jp/add-private-build-suppo…
Browse files Browse the repository at this point in the history
…rt-for-util

Update Makefile to support private util builds
  • Loading branch information
sjonpaulbrown authored Dec 10, 2024
2 parents 025e12b + 0c778a7 commit 74f1f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,7 @@ docker-all-tools: tool-util tool-remove-execution-fork
PHONY: docker-build-util
docker-build-util:
docker build -f cmd/Dockerfile --build-arg TARGET=./cmd/util --build-arg GOARCH=$(GOARCH) --build-arg VERSION=$(IMAGE_TAG) --build-arg CGO_FLAG=$(DISABLE_ADX) --target production \
--secret id=cadence_deploy_key,env=CADENCE_DEPLOY_KEY --build-arg GOPRIVATE=$(GOPRIVATE) \
-t "$(CONTAINER_REGISTRY)/util:latest" \
-t "$(CONTAINER_REGISTRY)/util:$(IMAGE_TAG)" .

Expand Down

0 comments on commit 74f1f9f

Please sign in to comment.