Skip to content

Commit 5eac063

Browse files
committed
Skip linux-riscv64 CI builds
Signed-off-by: falkTX <[email protected]>
1 parent 640788d commit 5eac063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
linux:
1313
strategy:
1414
matrix:
15-
target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64]
15+
target: [linux-arm64, linux-armhf, linux-i686, linux-x86_64]
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
2525
linux-debug:
2626
strategy:
2727
matrix:
28-
target: [linux-arm64, linux-armhf, linux-i686, linux-riscv64, linux-x86_64]
28+
target: [linux-arm64, linux-armhf, linux-i686, linux-x86_64]
2929
runs-on: ubuntu-22.04
3030
steps:
3131
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)