Skip to content

Commit

Permalink
fix(goreleaser): disable release build for windows i386.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Apr 4, 2024
1 parent 7783ee5 commit 5d5b16f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ builds:
ignore:
- goos: darwin
goarch: 386
- goos: windows
goarch: 386

ldflags: |
-X github.com/falcosecurity/falcoctl/cmd/version.buildDate={{ .Date }}
Expand Down

0 comments on commit 5d5b16f

Please sign in to comment.