Skip to content

Commit

Permalink
Update build operating systems and architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
levidurfee committed Oct 30, 2024
1 parent 74bdbd6 commit 82b81b2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,16 @@ builds:
main: ./cmd/xb
binary: xb
goos:
- linux
- freebsd
- linux
- netbsd
- openbsd
goarch:
- amd64
- arm64

archives:
- format: tar.gz
# this name template makes the OS and Arch compatible with the results of `uname`.
name_template: >-
{{ .ProjectName }}_
{{- title .Os }}_
Expand Down

0 comments on commit 82b81b2

Please sign in to comment.