Skip to content

Commit

Permalink
[FIX] added binaries to match nats-server
Browse files Browse the repository at this point in the history
Fixes #32
  • Loading branch information
aricart committed Sep 18, 2023
1 parent 9fb4151 commit 6b488b3
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yml
Expand Up @@ -14,8 +14,26 @@ builds:
- darwin
- linux
- windows
- freebsd
goarch:
- amd64
- arm
- arm64
- 386
- mips64le
- s390x
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: 386

dist: build

Expand All @@ -24,6 +42,9 @@ archives:
}}v{{ .Arm }}{{ end }}'
wrap_in_directory: true
format: zip
files:
- README.md
- LICENSE

checksum:
name_template: '{{ .ProjectName }}-v{{ .Version }}-checksums.txt'
Expand Down

0 comments on commit 6b488b3

Please sign in to comment.