From aa727b5bf25019d561da5d6f82dd9a3892fda2be Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Sat, 24 Sep 2022 14:00:55 +0200 Subject: [PATCH] chore: fix builder (#2842) (#2844) (cherry picked from commit 9b2bb85c4757366a826849e94742e14cbc312ffb) Co-authored-by: Roman <roman@osmosis.team> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index be750b90d..43990f1b7 100644 --- a/Makefile +++ b/Makefile @@ -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 . -- GitLab