Skip to content

Commit

Permalink
Merge pull request #60 from gianmarco-mameli/arm64_releases
Browse files Browse the repository at this point in the history
ARM64 releases
  • Loading branch information
RincewindsHat authored Nov 11, 2024
2 parents 49e07cf + 8fe46b7 commit 20a8cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
goos:
- linux
- windows
Expand All @@ -30,6 +31,7 @@ archives:
{{- if eq .Os "windows" }}Windows{{ end }}
{{- if eq .Os "darwin" }}Darwin{{ end }}
{{- if eq .Arch "amd64" }}_x86_64{{ end }}
{{- if eq .Arch "arm64" }}_arm64{{ end }}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 20a8cca

Please sign in to comment.