Skip to content

Commit

Permalink
Merge pull request #18 from samuel-isola-f3/sisola-release-linux-arm64
Browse files Browse the repository at this point in the history
chore: add release for arm64
  • Loading branch information
fabiomatavelli-f3 authored Apr 19, 2023
2 parents 4274de1 + 4b56d8b commit 2c5e197
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,20 @@ builds:
- '386'
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: arm
- goos: openbsd
goarch: '386'
- goos: openbsd
goarch: arm64
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand All @@ -40,4 +45,4 @@ checksum:
release:
prerelease: auto
changelog:
skip: true
skip: true

0 comments on commit 2c5e197

Please sign in to comment.