diff --git a/Makefile b/Makefile index be750b90d73f3b0bbadf82cced9b41f493b652d1..43990f1b7dc0cc220f1674bae1094d8004d524f6 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 .