Skip to content

Commit 01bbcd1

Browse files
authored
Merge pull request #1507 from flux-iac/fix/goreleaser
fix: goreleaser v1 to v2
2 parents b3f491a + 8861e71 commit 01bbcd1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.goreleaser.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
version: 2
12
project_name: tofu-controller
23

34
release:
@@ -28,8 +29,8 @@ builds:
2829
- arm64
2930
- arm
3031
goarm:
31-
- 6
32-
- 7
32+
- "6"
33+
- "7"
3334

3435
archives:
3536
- id: tfctl
@@ -69,14 +70,14 @@ brews:
6970
- name: tfctl
7071
ids:
7172
- tfctl
72-
tap:
73+
repository:
7374
owner: flux-iac
7475
name: homebrew-tap
7576
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
7677
commit_author:
7778
name: flux-iac
7879
79-
folder: Formula
80+
directory: Formula
8081
homepage: https://flux-iac.github.io/tofu-controller
8182
install: |
8283
bin.install "tfctl"

0 commit comments

Comments
 (0)