Skip to content

Commit 9552309

Browse files
authored
Merge pull request #124 from NETWAYS/goreleaser
Add ARM build
2 parents 98be7d9 + 921a86c commit 9552309

2 files changed

Lines changed: 2 additions & 51 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ builds:
88
- CGO_ENABLED=0
99
goarch:
1010
- amd64
11+
- arm64
1112
goos:
1213
- linux
1314
- windows
@@ -31,6 +32,7 @@ archives:
3132
{{- if eq .Os "windows" }}Windows{{ end }}
3233
{{- if eq .Os "darwin" }}Darwin{{ end }}
3334
{{- if eq .Arch "amd64" }}_x86_64{{ end }}
35+
{{- if eq .Arch "arm64" }}_arm64{{ end }}
3436
checksum:
3537
name_template: 'checksums.txt'
3638
snapshot:

icingaexchange.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)