diff --git a/Makefile b/Makefile index 4e1629c0..53827925 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ build: .PHONY: cross cross: devel-deps - goxz -d snapshot -os darwin -arch amd64 \ + goxz -d snapshot -os darwin -arch amd64,arm64 \ -build-ldflags=$(BUILD_LDFLAGS) goxz -d snapshot -os linux -arch 386,amd64,arm64,arm \ -build-ldflags=$(BUILD_LDFLAGS)