We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3f491a + 8861e71 commit 01bbcd1Copy full SHA for 01bbcd1
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+version: 2
2
project_name: tofu-controller
3
4
release:
@@ -28,8 +29,8 @@ builds:
28
29
- arm64
30
- arm
31
goarm:
- - 6
32
- - 7
+ - "6"
33
+ - "7"
34
35
archives:
36
- id: tfctl
@@ -69,14 +70,14 @@ brews:
69
70
- name: tfctl
71
ids:
72
- tfctl
- tap:
73
+ repository:
74
owner: flux-iac
75
name: homebrew-tap
76
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
77
commit_author:
78
name: flux-iac
79
email: [email protected]
- folder: Formula
80
+ directory: Formula
81
homepage: https://flux-iac.github.io/tofu-controller
82
install: |
83
bin.install "tfctl"
0 commit comments