Skip to content

Commit

Permalink
fix: ignore darwin 386
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Chodur <[email protected]>
  • Loading branch information
FUSAKLA committed Aug 16, 2024
1 parent 845ef49 commit f55b502
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ builds:
- windows
goarch:
- amd64
- arm
- arm64
- "386"
ignore:
- goos: darwin
goarch: "386"

source:
enabled: true

Expand All @@ -40,4 +43,3 @@ dockers:
- --label=org.opencontainers.image.url={{.GitURL}}
- --label=org.opencontainers.image.documentation={{.GitURL}}
- --label=org.opencontainers.image.source={{replace .GitURL ".git" "" }}

0 comments on commit f55b502

Please sign in to comment.