mirror of
https://github.com/NohamR/papeer.git
synced 2026-05-25 04:17:19 +00:00
Add arm64 build actions (#14)
Add arm64 build actions for darwin/macOS and linux.
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -9,10 +9,14 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [linux, darwin, windows]
|
||||
goarch: [amd64, arm64]
|
||||
exclude:
|
||||
- goarch: arm64
|
||||
goos: windows
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: wangyoucao577/go-release-action@v1.30
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
goos: ${{ matrix.goos }}
|
||||
goarch: amd64
|
||||
goarch: ${{ matrix.goarch }}
|
||||
|
||||
Reference in New Issue
Block a user