Skip to content

Commit

Permalink
Merge pull request #16 from mjudeikis/reduce.goreleaser
Browse files Browse the repository at this point in the history
🌱 Reduce releaser scope
  • Loading branch information
mjudeikis authored Jul 30, 2023
2 parents 08942d2 + f0105e8 commit e82bd4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ hack/tools/*
*.kubeconfig
go.work
go.work.sum
dist/**
11 changes: 0 additions & 11 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ builds:
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
env:
- CGO_ENABLED=0
- id: "kubectl-workload"
Expand All @@ -24,16 +20,9 @@ builds:
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: ppc64le
- goos: windows
goarch: ppc64le
hooks:
post:
- ln -sfr bin/kubectl-workload bin/kubectl-workloads
Expand Down

0 comments on commit e82bd4d

Please sign in to comment.