diff --git a/Makefile b/Makefile index 7a855cbe..364dd1ec 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ binary: @if [ -z "${COMPONENT}" ]; then echo "Try one of the following targets instead:" \ && for b in binaries ${BINARIES}; do echo "- $$b"; done && exit 1; fi # freebsd/amd64 target is currently skipped until https://storjlabs.atlassian.net/browse/GMT-302 - storj-release --components="cmd/${COMPONENT}" --go-version="${GO_VERSION}" --branch="${BRANCH_NAME}" --skip-osarches="freebsd/amd64" + storj-release --components="cmd/${COMPONENT}" --go-version="${GO_VERSION}" --branch="${BRANCH_NAME}" --skip-osarches="freebsd/amd64,darwin/amd64,darwin/arm64" .PHONY: binaries binaries: ${BINARIES} ## Build gateway-mt, authservice, and linksharing binaries (jenkins)