diff --git a/Makefile.common b/Makefile.common index fc47bdbb2..82ca54ec3 100644 --- a/Makefile.common +++ b/Makefile.common @@ -201,7 +201,7 @@ common-unused: .PHONY: common-build common-build: promu @echo ">> building binaries" - $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES) + GOAMD64=v3 $(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES) .PHONY: common-tarball common-tarball: promu