Skip to content

Commit ef67eac

Browse files
committed
fix(workflow): temporary disable arm images in the CI due to their unavailability in private repositories
1 parent 01bbfa5 commit ef67eac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ jobs:
2929
arch: x86_64
3030
name: linux
3131

32-
# Linux ARM64
33-
- os: ubuntu-22.04-arm
34-
arch: arm64
35-
name: linux
32+
# Linux ARM64 (to enable when the repo will be public)
33+
#- os: ubuntu-22.04-arm
34+
# arch: arm64
35+
# name: linux
3636

3737
# Linux musl x86_64
3838
- os: ubuntu-22.04
3939
arch: x86_64
4040
name: linux-musl
4141
container: alpine:latest
4242

43-
# Linux musl ARM64
44-
- os: ubuntu-22.04-arm
45-
arch: arm64
46-
name: linux-musl
43+
# Linux musl ARM64 (to enable when the repo will be public)
44+
#- os: ubuntu-22.04-arm
45+
# arch: arm64
46+
# name: linux-musl
4747

4848
# macOS universal binary (x86_64 + arm64)
4949
- os: macos-15

0 commit comments

Comments
 (0)