Skip to content

Commit

Permalink
remove win, add arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisDeFouRire authored Dec 15, 2023
1 parent 2e2ae54 commit 3253be1
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,18 @@ builds:
goos:
- darwin
- linux
- windows
goarch:
- 386
- arm64
- amd64

archives:
-
replacements:
386: i386
arm64: arm64
amd64: x86_64
format_overrides:
- goos: windows
format: zip
files:
- LICENSE
- README.md

checksum:
name_template: 'checksums.txt'
name_template: 'checksums.txt'

0 comments on commit 3253be1

Please sign in to comment.