We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13c801 commit b175791Copy full SHA for b175791
Makefile
@@ -596,7 +596,7 @@ release-darwin: | $(DIST_DIRS)
596
@hash xgo > /dev/null 2>&1; if [ $$? -ne 0 ]; then \
597
$(GO) install src.techknowlogick.com/xgo@latest; \
598
fi
599
- CGO_CFLAGS="$(CGO_CFLAGS)" xgo -go $(XGO_VERSION) -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '$(LDFLAGS)' -targets 'darwin-10.12/amd64' -out gitea-$(VERSION) .
+ CGO_CFLAGS="$(CGO_CFLAGS)" xgo -go $(XGO_VERSION) -dest $(DIST)/binaries -tags 'netgo osusergo $(TAGS)' -ldflags '$(LDFLAGS)' -targets 'darwin-10.12/amd64,darwin-10.12/arm64' -out gitea-$(VERSION) .
600
ifeq ($(CI),drone)
601
cp /build/* $(DIST)/binaries
602
endif
0 commit comments