Skip to content

Commit d240edc

Browse files
committed
fix: add brew env token since can't use GITHUB_TOKEN since that is repo scoped now
1 parent c1848ca commit d240edc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ builds:
5252
goarch:
5353
- amd64
5454
- arm64
55-
- arm
56-
ignore:
57-
- goos: darwin
58-
goarch: '386'
55+
goarm:
56+
- "7"
5957

6058
universal_binaries:
6159
- replace: true
@@ -83,6 +81,7 @@ brews:
8381
owner: dpastoor
8482
name: homebrew-tap
8583
folder: Formula
84+
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
8685
goarm: "7"
8786
test: |
8887
system "#{bin}/qvm -v"

0 commit comments

Comments
 (0)