Skip to content

Commit 3edc592

Browse files
authored
Exclude ARM Linux... (until release all was good, checks passed)
1 parent 5f2b122 commit 3edc592

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
platform:
2727
- runner: ubuntu-22.04
2828
target: x86_64
29-
- runner: ubuntu-22.04
30-
target: aarch64
3129
steps:
3230
- uses: actions/checkout@v4
3331
- uses: actions/setup-python@v5
@@ -143,4 +141,4 @@ jobs:
143141
with:
144142
files: |
145143
wasm-wheels/*.whl
146-
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
144+
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}

0 commit comments

Comments
 (0)