Unverified Commit aa727b5b authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

chore: fix builder (#2842) (#2844)

(cherry picked from commit 9b2bb85c

)

Co-authored-by: default avatarRoman <roman@osmosis.team>
parent 2a7b5f64
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 .
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment