Skip to content

Commit

Permalink
github: Adapt workflow for RISC-V 64 support
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Veit <[email protected]>
  • Loading branch information
sebveit committed Aug 28, 2024
1 parent 7cb845e commit a8ab620
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bitbake-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
strategy:
matrix:
recipe: [openjdk-8-jre, openjdk-11-jre, openjdk-17-jre, openjdk-21-jre]
machine: [qemuarm, qemuarm64, qemux86-64]
machine: [qemuarm, qemuarm64, qemuriscv64, qemux86-64]
exclude:
- recipe: openjdk-8-jre
machine: qemuriscv64
- recipe: openjdk-11-jre
machine: qemuriscv64
- recipe: openjdk-21-jre
machine: qemuarm
max-parallel: 3
Expand Down

0 comments on commit a8ab620

Please sign in to comment.