Skip to content

Commit

Permalink
Do not build windows or 368 arch (#83)
Browse files Browse the repository at this point in the history
We don't run or support Strongbox on Windows and 386 arch, building for
it invites support we cannot provide.
  • Loading branch information
george-angel authored Aug 5, 2024
1 parent c1499f8 commit 2f10386
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ builds:
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: "386"
- goos: freebsd
goarch: arm64

Expand Down

0 comments on commit 2f10386

Please sign in to comment.