mirror of
				https://gitea.com/gitea/tea.git
				synced 2025-10-31 01:05:26 +01:00 
			
		
		
		
	Enable release builds for darwin/arm64 (#360)
Co-authored-by: Norwin Roosen <git@nroo.de> Reviewed-on: https://gitea.com/gitea/tea/pulls/360 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Norwin <noerw@noreply.gitea.io> Co-committed-by: Norwin <noerw@noreply.gitea.io>
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							| @@ -157,7 +157,7 @@ release-os: | |||||||
| 	@hash gox > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | 	@hash gox > /dev/null 2>&1; if [ $$? -ne 0 ]; then \ | ||||||
| 		cd /tmp && $(GO) get -u github.com/mitchellh/gox; \ | 		cd /tmp && $(GO) get -u github.com/mitchellh/gox; \ | ||||||
| 	fi | 	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 | .PHONY: release-compress | ||||||
| release-compress: | release-compress: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Norwin
					Norwin