Skip to content

Commit

Permalink
CI: add riscv64 job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Nov 26, 2024
1 parent 6d516a7 commit f61f67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/emulated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
strategy:
fail-fast: true
matrix:
arch: ['s390x', 'ppc64le']
arch: ['s390x', 'ppc64le', 'riscv64']
steps:
- uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2.7.2
- uses: uraimo/run-on-arch-action@v2.8.1
timeout-minutes: 60
with:
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit f61f67c

Please sign in to comment.