darwin/arm64 & update s3 bucket All checks were successful continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -99,7 +99,7 @@ steps: | ||||
image: plugins/s3:1 | ||||
settings: | ||||
acl: public-read | ||||
bucket: releases | ||||
bucket: gitea-artifacts | ||||
endpoint: https://storage.gitea.io | ||||
path_style: true | ||||
source: "dist/release/*" | ||||
@@ -119,7 +119,7 @@ steps: | ||||
image: plugins/s3:1 | ||||
settings: | ||||
acl: public-read | ||||
bucket: releases | ||||
bucket: gitea-artifacts | ||||
endpoint: https://storage.gitea.io | ||||
path_style: true | ||||
source: "dist/release/*" | ||||
@@ -141,7 +141,7 @@ steps: | ||||
image: plugins/s3:1 | ||||
settings: | ||||
acl: public-read | ||||
bucket: releases | ||||
bucket: gitea-artifacts | ||||
endpoint: https://storage.gitea.io | ||||
path_style: true | ||||
source: "dist/release/*" | ||||
| ||||
2 Makefile
2
Makefile @@ -151,7 +151,7 @@ release-os: | ||||
@hash gox > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | ||||
cd /tmp && $(GO) get -u github.com/mitchellh/gox; \ | ||||
fi | ||||
CGO_ENABLED=0 gox -verbose -cgo=false -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -osarch='!darwin/386 !darwin/arm64 !darwin/arm' -os="windows linux darwin" -arch="386 amd64 arm arm64" -output="$(DIST)/release/tea-$(VERSION)-{{.OS}}-{{.Arch}}" | ||||
CGO_ENABLED=0 gox -verbose -cgo=false -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -osarch='!darwin/386 !darwin/arm' -os="windows linux darwin" -arch="386 amd64 arm arm64" -output="$(DIST)/release/tea-$(VERSION)-{{.OS}}-{{.Arch}}" | ||||
| ||||
.PHONY: release-compress | ||||
release-compress: | ||||
| ||||
Reference in New Issue
Block a user