Skip to content

Commit

Permalink
removing 32-bit darwin from release (#1534)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed May 22, 2020
1 parent 2e1b38c commit 66cada2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- id: "kubectl-kudo"
binary: kubectl-kudo
main: cmd/kubectl-kudo/main.go
Expand All @@ -36,6 +39,9 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
dockers:
# always push a docker image on release for the .Tag version
- dockerfile: Dockerfile.goreleaser
Expand Down

0 comments on commit 66cada2

Please sign in to comment.