mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Update release.yml
This commit is contained in:
parent
bf0f9c7ead
commit
30016dda0c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [linux, windows, darwin, freebsd, openbsd, netbsd]
|
goos: [linux, windows, darwin, freebsd, openbsd, netbsd]
|
||||||
goarch: ["386", amd64]
|
goarch: ["386", amd64, arm, arm64, ppc64le, s390x]
|
||||||
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