Skip to content

Commit

Permalink
Use linux-gnu builds, aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
lazear committed Oct 28, 2022
1 parent 7512f4f commit 5791bd7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
strategy:
matrix:
include:
- name: Linux 64-bit
target: x86_64-unknown-linux-musl
- name: Linux x86_64
target: x86_64-unknown-linux-gnu
- name: Linux aarch64
target: aarch64-unknown-linux-gnu

steps:
- name: Install dependencies
Expand Down

0 comments on commit 5791bd7

Please sign in to comment.