Skip to content

Commit

Permalink
Add riscv64 CI target
Browse files Browse the repository at this point in the history
This adds a cross-building CI target for 64-bit RISC V.

Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Jan 8, 2025
1 parent d35ab9d commit 136ada2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
gccarch: x86_64
makearch: ia32
distro: f39
- arch: amd64
efiarch: riscv64
gccarch: riscv64
makearch: riscv64
distro: f41

steps:
- name: Checkout
Expand Down

0 comments on commit 136ada2

Please sign in to comment.