We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97bf932 commit 65a45c1Copy full SHA for 65a45c1
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
strategy:
25
fail-fast: false
26
matrix:
27
- arch: ["aarch64", "x86_64"]
+ arch: ["x86_64"] # "aarch64",
28
fedora_version: [43]
29
runs-on: ${{ matrix.arch == 'aarch64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
30
0 commit comments