Skip to content

Commit 22b5aa4

Browse files
committed
Revert "ci: add arm support"
This reverts commit fdb0813. The reason is that ARM builds exceed their maximum build duration of 1h26min and thus block the nightly releases. Signed-off-by: Christoph Müllner <[email protected]>
1 parent 5d061c0 commit 22b5aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ${{ matrix.os }}
4949
strategy:
5050
matrix:
51-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
51+
os: [ubuntu-22.04, ubuntu-24.04]
5252
mode: [newlib, linux, musl, uclibc]
5353
target: [rv32gc-ilp32d, rv64gc-lp64d]
5454
compiler: [gcc, llvm]

0 commit comments

Comments
 (0)