Build ARM64 releases & update runners (#593)

Not entirely sure how to test this workflow.

Why weren't ARM64 builds being made anyways? The workflow literally has cases to handle it!

Fixes https://github.com/ellie/atuin/issues/369
This commit is contained in:
Lucy 2022-11-04 04:40:03 -04:00 committed by GitHub
parent ee89129c2b
commit 6bd82abf6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
job: job:
- { os: ubuntu-18.04 , target: x86_64-unknown-linux-gnu } - { os: ubuntu-20.04 , target: x86_64-unknown-linux-gnu }
- { os: macos-10.15 , target: x86_64-apple-darwin } - { os: ubuntu-20.04 , target: aarch64-unknown-linux-gnu }
- { os: macos-12 , target: x86_64-apple-darwin }
- { os: macos-12 , target: aarch64-apple-darwin }
steps: steps:
- name: Checkout source code - name: Checkout source code
uses: actions/checkout@v2 uses: actions/checkout@v2