We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0abba64 commit aa54c07Copy full SHA for aa54c07
.github/workflows/main.yml
@@ -24,6 +24,14 @@ jobs:
24
- os: LinuxARM64
25
arch: arm64
26
name: linux
27
+ - os: ubuntu-latest
28
+ arch: x86_64
29
+ name: linux-musl
30
+ container: alpine:latest
31
+ - os: ubuntu-24.04-arm
32
+ arch: arm64
33
34
35
- os: macos-latest
36
name: macos
37
- os: windows-latest
@@ -50,14 +58,6 @@ jobs:
50
58
51
59
name: apple-xcframework
52
60
make: xcframework
53
- - os: ubuntu-latest
54
- arch: x86_64
55
- name: linux-musl
56
- container: alpine:latest
57
- - os: ubuntu-24.04-arm
- arch: arm64
61
62
defaults:
63
run:
0 commit comments