Skip to content

Commit

Permalink
fix: drop windows 386 from goreleaser-semi (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas authored Mar 1, 2024
1 parent 14b57a3 commit 74b955c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions goreleaser-semi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ builds:
goarch: arm64
- goos: windows
goarm: "7"
- goos: windows
goarch: "386"
- goos: freebsd
goarch: arm64
- goos: freebsd
Expand Down

0 comments on commit 74b955c

Please sign in to comment.