Skip to content

Commit

Permalink
chore(release): Add missing os/arch pairs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnys1 authored Sep 17, 2024
1 parent 6bba070 commit d92892c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ builds:
ldflags:
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}"
goos:
# - freebsd
# - windows
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- arm64
# - '386'
# - arm
# ignore:
# - goos: darwin
# goarch: '386'
- '386'
- arm
ignore:
- goos: darwin
goarch: '386'
binary: "{{ .ProjectName }}_v{{ .Version }}"
archives:
- format: zip
Expand Down

0 comments on commit d92892c

Please sign in to comment.