Skip to content

Commit f5347ab

Browse files
committed
only x86_64
1 parent b55c439 commit f5347ab

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Diff for: .github/workflows/CI.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
platform:
2626
- runner: ubuntu-latest
2727
target: x86_64
28-
- runner: ubuntu-latest
29-
target: x86
30-
- runner: ubuntu-latest
31-
target: aarch64
32-
- runner: ubuntu-latest
33-
target: armv7
34-
- runner: ubuntu-latest
35-
target: s390x
36-
- runner: ubuntu-latest
37-
target: ppc64le
28+
# - runner: ubuntu-latest
29+
# target: x86
30+
# - runner: ubuntu-latest
31+
# target: aarch64
32+
# - runner: ubuntu-latest
33+
# target: armv7
34+
# - runner: ubuntu-latest
35+
# target: s390x
36+
# - runner: ubuntu-latest
37+
# target: ppc64le
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-python@v5
@@ -61,12 +61,12 @@ jobs:
6161
platform:
6262
- runner: ubuntu-latest
6363
target: x86_64
64-
- runner: ubuntu-latest
65-
target: x86
66-
- runner: ubuntu-latest
67-
target: aarch64
68-
- runner: ubuntu-latest
69-
target: armv7
64+
# - runner: ubuntu-latest
65+
# target: x86
66+
# - runner: ubuntu-latest
67+
# target: aarch64
68+
# - runner: ubuntu-latest
69+
# target: armv7
7070
steps:
7171
- uses: actions/checkout@v4
7272
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)