Skip to content

Commit

Permalink
Add riscv64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 17, 2024
1 parent 325a4ab commit d523bf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test-make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,18 @@ jobs:
host: arm-linux-gnueabihf
capture_interface: eth0
zigflags: -target arm-linux-gnueabihf.2.17 -mcpu=arm1176jzf_s
- arch: riscv64
host: riscv64-linux-gnu
capture_interface: eth0
zigflags: -target riscv64-linux-gnu.2.27
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: Set up zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
version: 0.14.0-dev.1917+ecd5878b7

- name: Install Ubuntu dependencies
run: |
Expand Down

0 comments on commit d523bf8

Please sign in to comment.