mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-22 13:50:49 +01:00
Update release-darwin.yml
This commit is contained in:
parent
5f0a76cad0
commit
43fec77e0e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release-darwin.yml
vendored
4
.github/workflows/release-darwin.yml
vendored
|
@ -6,12 +6,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
releases-matrix:
|
releases-matrix:
|
||||||
name: Release Go Binary
|
name: Release Go Binary (Darwin)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [darwin]
|
goos: [darwin]
|
||||||
goarch: ["386", amd64, arm]
|
goarch: ["386", amd64, arm64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: wangyoucao577/go-release-action@v1.15
|
- uses: wangyoucao577/go-release-action@v1.15
|
||||||
|
|
Loading…
Reference in a new issue