Skip to content

Commit e82bd4d

Browse files
authored
Merge pull request #16 from mjudeikis/reduce.goreleaser
🌱 Reduce releaser scope
2 parents 08942d2 + f0105e8 commit e82bd4d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ hack/tools/*
66
*.kubeconfig
77
go.work
88
go.work.sum
9+
dist/**

.goreleaser.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ builds:
1010
goarch:
1111
- amd64
1212
- arm64
13-
- ppc64le
14-
ignore:
15-
- goos: darwin
16-
goarch: ppc64le
1713
env:
1814
- CGO_ENABLED=0
1915
- id: "kubectl-workload"
@@ -24,16 +20,9 @@ builds:
2420
goos:
2521
- linux
2622
- darwin
27-
- windows
2823
goarch:
2924
- amd64
3025
- arm64
31-
- ppc64le
32-
ignore:
33-
- goos: darwin
34-
goarch: ppc64le
35-
- goos: windows
36-
goarch: ppc64le
3726
hooks:
3827
post:
3928
- ln -sfr bin/kubectl-workload bin/kubectl-workloads

0 commit comments

Comments
 (0)