Skip to content

Commit

Permalink
Add OpenBSD build, refine archive formats (#24)
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
coadler authored Sep 12, 2024
1 parent 5bf34dc commit b13f055
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ builds:
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.commitDate={{.CommitTimestamp}}"
goos:
- freebsd
- openbsd
# netbsd and dragonfly do not currently build due to wireguard-go.
# - netbsd
# - dragonfly
- windows
- linux
- darwin
Expand Down Expand Up @@ -41,10 +45,13 @@ nfpms:
- apk
- deb
archives:
- id: "zip"
format: zip
- id: "tarball"
- id: "tar_or_zip"
format: tar.gz
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_SHA256SUMS"
algorithm: sha256
Expand Down

0 comments on commit b13f055

Please sign in to comment.