Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Nov 14, 2021
1 parent 0d55ec5 commit c50eb5f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ builds:
- darwin
- freebsd
- openbsd
- netbsd
goarch:
- amd64
- 386
Expand All @@ -24,9 +25,23 @@ builds:
goarch: 386
- goos: freebsd
goarch: arm
- goos: openbsd
goarch: arm
goarm: 6
archives:
- name_template: "{{.Os}}-{{.Arch}}{{if .Arm}}v{{.Arm}}{{end}}-{{ .ProjectName }}"
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
386: 32-bit
arm: ARM
arm64: ARM64
darwin: macOS
linux: Linux
windows: Windows
openbsd: OpenBSD
netbsd: NetBSD
freebsd: FreeBSD

0 comments on commit c50eb5f

Please sign in to comment.