Skip to content

Commit

Permalink
Merge pull request #1507 from flux-iac/fix/goreleaser
Browse files Browse the repository at this point in the history
fix: goreleaser v1 to v2
  • Loading branch information
akselleirv authored Jan 16, 2025
2 parents b3f491a + 8861e71 commit 01bbcd1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
version: 2
project_name: tofu-controller

release:
Expand Down Expand Up @@ -28,8 +29,8 @@ builds:
- arm64
- arm
goarm:
- 6
- 7
- "6"
- "7"

archives:
- id: tfctl
Expand Down Expand Up @@ -69,14 +70,14 @@ brews:
- name: tfctl
ids:
- tfctl
tap:
repository:
owner: flux-iac
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
commit_author:
name: flux-iac
email: noreply@github.com
folder: Formula
directory: Formula
homepage: https://flux-iac.github.io/tofu-controller
install: |
bin.install "tfctl"

0 comments on commit 01bbcd1

Please sign in to comment.