Skip to content

Commit 5fe9b3c

Browse files
authored
add additional os/arch
1 parent 980c464 commit 5fe9b3c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/go-release-binaries.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,23 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3
11+
- uses: wangyoucao577/go-release-action@v1.29
12+
with:
13+
github_token: ${{ secrets.RELEASE_TOKEN }}
14+
goos: darwin
15+
goarch: amd64
16+
- uses: wangyoucao577/go-release-action@v1.29
17+
with:
18+
github_token: ${{ secrets.RELEASE_TOKEN }}
19+
goos: darwin
20+
goarch: arm64
1121
- uses: wangyoucao577/go-release-action@v1.29
1222
with:
1323
github_token: ${{ secrets.RELEASE_TOKEN }}
1424
goos: linux
1525
goarch: amd64
26+
- uses: wangyoucao577/go-release-action@v1.29
27+
with:
28+
github_token: ${{ secrets.RELEASE_TOKEN }}
29+
goos: linux
30+
goarch: arm64

0 commit comments

Comments
 (0)