We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1848ca commit d240edcCopy full SHA for d240edc
1 file changed
.goreleaser.yml
@@ -52,10 +52,8 @@ builds:
52
goarch:
53
- amd64
54
- arm64
55
- - arm
56
- ignore:
57
- - goos: darwin
58
- goarch: '386'
+ goarm:
+ - "7"
59
60
universal_binaries:
61
- replace: true
@@ -83,6 +81,7 @@ brews:
83
81
owner: dpastoor
84
82
name: homebrew-tap
85
folder: Formula
+ token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
86
goarm: "7"
87
test: |
88
system "#{bin}/qvm -v"
0 commit comments