Skip to content

Commit 2c1d783

Browse files
committed
ci fix
1 parent 7e86a82 commit 2c1d783

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- os: ubuntu-24.04-arm
6666
target: aarch64-unknown-linux-musl
6767
use_zig: false
68-
allow_failure: false
68+
allow_failure: true
6969
- os: macos-latest
7070
target: aarch64-apple-darwin
7171
use_zig: false

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- os: ubuntu-24.04-arm
7272
target: aarch64-unknown-linux-musl
7373
use_zig: false
74-
allow_failure: false
74+
allow_failure: true
7575
- os: ubuntu-latest
7676
target: armv7-unknown-linux-gnueabihf
7777
use_zig: true
@@ -188,10 +188,10 @@ jobs:
188188
"jacs.linux-x64-gnu.node"
189189
"jacs.linux-x64-musl.node"
190190
"jacs.linux-arm64-gnu.node"
191-
"jacs.linux-arm64-musl.node"
192191
)
193192
194193
OPTIONAL_BINARIES=(
194+
"jacs.linux-arm64-musl.node"
195195
"jacs.win32-x64-msvc.node"
196196
"jacs.win32-ia32-msvc.node"
197197
"jacs.win32-arm64-msvc.node"

0 commit comments

Comments
 (0)