Skip to content

Commit 65a45c1

Browse files
committed
disable arm for now
1 parent 97bf932 commit 65a45c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
arch: ["aarch64", "x86_64"]
27+
arch: ["x86_64"] # "aarch64",
2828
fedora_version: [43]
2929
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
3030

0 commit comments

Comments
 (0)