Skip to content

Commit

Permalink
Update GH Actions workflow to build Brioche for aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Dec 23, 2024
1 parent a45f37d commit db6f74a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
- name: x86_64-linux
runs_on: ubuntu-24.04
target: x86_64-unknown-linux-gnu
- name: aarch64-linux
runs_on: ubuntu-24.04
target: aarch64-unknown-linux-gnu
- name: x86_64-macos
runs_on: macos-14
target: x86_64-apple-darwin
Expand Down

0 comments on commit db6f74a

Please sign in to comment.