We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1ecd7 commit 4c3ccbfCopy full SHA for 4c3ccbf
.gitignore
@@ -61,3 +61,6 @@ cmd/plugin/release/LICENSE
61
tmp/
62
test/junitreports/
63
tests/__snapshot__
64
+
65
+# goreleaser artifacts
66
+dist/
.goreleaser.yaml
@@ -1,3 +1,5 @@
1
+version: 2
2
3
project_name: ingress-nginx
4
release:
5
github:
@@ -23,7 +25,8 @@ builds:
23
25
-X k8s.io/ingress-nginx/version.RELEASE={{ .Tag }}
24
26
archives:
27
- id: ingress-nginx
- builds:
28
+ ids:
29
- ingress-nginx
30
name_template: "kubectl-{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
- format: tar.gz
31
+ formats:
32
+ - tar.gz
0 commit comments