Skip to content

Commit

Permalink
More releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatto committed Feb 23, 2021
1 parent e40ec11 commit 896f690
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,29 @@ builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- freebsd
- linux
- netbsd
- openbsd
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
archives:
- replacements:
darwin: Darwin
freebsd: FreeBSD
linux: Linux
netbsd: NetBSD
openbsd: OpenBSD
windows: Windows
386: i386
amd64: x86_64
arm: ARM
arm64: ARM64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 896f690

Please sign in to comment.