We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3baa4d1 commit 1f37a1aCopy full SHA for 1f37a1a
1 file changed
.github/workflows/ci.yaml
@@ -40,8 +40,6 @@ jobs:
40
strategy:
41
matrix:
42
include:
43
- - os: ubuntu-latest
44
- target: aarch64-unknown-linux-gnu
45
- os: ubuntu-latest
46
target: i686-unknown-linux-gnu
47
runs-on: ${{ matrix.os }}
@@ -97,6 +95,10 @@ jobs:
97
95
target: x86_64-unknown-linux-musl
98
96
99
target: i686-unknown-linux-musl
+ - os: ubuntu-24.04-arm
+ target: aarch64-unknown-linux-gnu
100
101
+ target: aarch64-unknown-linux-musl
102
103
104
steps:
0 commit comments