mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge pull request #169 from juanfont/arm64-binaries
Generate arm64 binaries in goreleaser
This commit is contained in:
		
						commit
						52511af8e4
					
				| @ -20,6 +20,7 @@ builds: | ||||
|       - -mod=readonly | ||||
|     ldflags: | ||||
|       - -s -w -X github.com/juanfont/headscale/cmd/headscale/cli.Version=v{{.Version}} | ||||
| 
 | ||||
|   - id: linux-armhf | ||||
|     main: ./cmd/headscale/headscale.go | ||||
|     mod_timestamp: '{{ .CommitTimestamp }}' | ||||
| @ -49,9 +50,16 @@ builds: | ||||
|       - linux | ||||
|     goarch: | ||||
|       - amd64 | ||||
|     goarm: | ||||
|       - 6 | ||||
|       - 7 | ||||
|     main: ./cmd/headscale/headscale.go | ||||
|     mod_timestamp: '{{ .CommitTimestamp }}' | ||||
|     ldflags: | ||||
|       - -s -w -X github.com/juanfont/headscale/cmd/headscale/cli.Version=v{{.Version}} | ||||
| 
 | ||||
|   - id: linux-arm64 | ||||
|     goos: | ||||
|       - linux | ||||
|     goarch: | ||||
|       - arm64 | ||||
|     main: ./cmd/headscale/headscale.go | ||||
|     mod_timestamp: '{{ .CommitTimestamp }}' | ||||
|     ldflags: | ||||
| @ -63,6 +71,7 @@ archives: | ||||
|       - darwin-amd64 | ||||
|       - linux-armhf | ||||
|       - linux-amd64 | ||||
|       - linux-arm64 | ||||
|     name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" | ||||
|     format: binary | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user