Skip to content

Commit

Permalink
chore: fix builder (osmosis-labs#2842) (osmosis-labs#2844)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9b2bb85)

Co-authored-by: Roman <[email protected]>
  • Loading branch information
mergify[bot] and p0mvn authored Sep 24, 2022
1 parent 2a7b5f6 commit aa727b5
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 @@ -104,7 +104,7 @@ build-reproducible-amd64: go.sum $(BUILDDIR)/
$(DOCKER) buildx use osmobuilder
$(DOCKER) buildx build \
--build-arg GO_VERSION=$(shell cat go.mod | grep -E 'go [0-9].[0-9]+' | cut -d ' ' -f 2) \
--platform linux/arm64 \
--platform linux/amd64 \
-t osmosis-amd64 \
--load \
-f Dockerfile .
Expand Down

0 comments on commit aa727b5

Please sign in to comment.