Skip to content

Commit

Permalink
Merge branch 'master' of github.com:AndriiDiachuk/flow-go into change…
Browse files Browse the repository at this point in the history
…-send-and-subscribe-endoints-msg-index-start-with-zero
  • Loading branch information
AndriiDiachuk committed Nov 5, 2024
2 parents f9e3f2c + 899e12e commit 948a053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,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=$(CRYPTO_FLAG) --target production \
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 \
-t "$(CONTAINER_REGISTRY)/util:latest" \
-t "$(CONTAINER_REGISTRY)/util:$(IMAGE_TAG)" .

Expand Down

0 comments on commit 948a053

Please sign in to comment.