Skip to content

Commit 3efd71d

Browse files
vidplace7robimarko
authored andcommitted
multi-arch-test-build: Workaround riscv64_riscv64 rename
riscv64_riscv64 was renamed to riscv64_generi in the `main` branch. Preserve the previous name in `23.05` and `24.10` branches to avoid breaking the workflow. Fixes: 661a51b ("multi-arch-test-build: update RISCV64 arch") Signed-off-by: Austin Lane <vidplace7@gmail.com>
1 parent 239f35b commit 3efd71d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/multi-arch-test-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
target: mpc85xx-p1010
4848
runtime_test: false
4949

50-
- arch: riscv64_generic
50+
# Workaround: riscv64_riscv64 was renamed to riscv64_generic
51+
- arch: ${{ (github.base_ref == 'openwrt-24.10' || github.base_ref == 'openwrt-23.05') && 'riscv64_riscv64' || 'riscv64_generic' }}
5152
target: sifiveu-generic
5253
runtime_test: false
5354

0 commit comments

Comments
 (0)