mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 05:40:51 +01:00
Update release-darwin.yml
This commit is contained in:
parent
9bff95d97d
commit
e08d96422f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-darwin.yml
vendored
2
.github/workflows/release-darwin.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
goos: [darwin]
|
||||
goarch: ["386", amd64]
|
||||
goarch: [amd64, arm64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: wangyoucao577/go-release-action@v1.20
|
||||
|
|
Loading…
Reference in a new issue