We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1f73a commit b747615Copy full SHA for b747615
.github/workflows/release.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: Run GoReleaser
41
uses: goreleaser/goreleaser-action@v2
42
with:
43
- args: -p 3 release --timeout 60m --clean
44
- version: 1.18.3
+ args: release --timeout 60m --clean
+ version: latest
45
strategy:
46
fail-fast: true
47
matrix:
.goreleaser.yml
@@ -11,6 +11,7 @@ builds:
11
- CGO_ENABLED=0
12
goarch:
13
- amd64
14
+ - arm64
15
goos:
16
- darwin
17
- windows
0 commit comments