Merge pull request #79 from mxve/feat/aarch-macos-release

build: add macos and aarc64 release builds
This commit is contained in:
mxve 2024-02-25 22:07:43 +01:00 committed by GitHub
commit a561839fd0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,10 +21,14 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
- target: x86_64-pc-windows-msvc
os: windows-latest
- target: i686-pc-windows-msvc
os: windows-latest
- target: x86_64-apple-darwin
os: macos-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
@ -35,4 +39,4 @@ jobs:
tar: unix
zip: windows
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}