Skip to content

Commit b747615

Browse files
committed
update release
1 parent 8c1f73a commit b747615

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Run GoReleaser
4141
uses: goreleaser/goreleaser-action@v2
4242
with:
43-
args: -p 3 release --timeout 60m --clean
44-
version: 1.18.3
43+
args: release --timeout 60m --clean
44+
version: latest
4545
strategy:
4646
fail-fast: true
4747
matrix:

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ builds:
1111
- CGO_ENABLED=0
1212
goarch:
1313
- amd64
14+
- arm64
1415
goos:
1516
- darwin
1617
- windows

0 commit comments

Comments
 (0)