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 01bbfa5 commit ef67eacCopy full SHA for ef67eac
.github/workflows/main.yml
@@ -29,21 +29,21 @@ jobs:
29
arch: x86_64
30
name: linux
31
32
- # Linux ARM64
33
- - os: ubuntu-22.04-arm
34
- arch: arm64
35
- name: linux
+ # Linux ARM64 (to enable when the repo will be public)
+ #- os: ubuntu-22.04-arm
+ # arch: arm64
+ # name: linux
36
37
# Linux musl x86_64
38
- os: ubuntu-22.04
39
40
name: linux-musl
41
container: alpine:latest
42
43
- # Linux musl ARM64
44
45
46
- name: linux-musl
+ # Linux musl ARM64 (to enable when the repo will be public)
+ # name: linux-musl
47
48
# macOS universal binary (x86_64 + arm64)
49
- os: macos-15
0 commit comments