Skip to content

Commit

Permalink
Add riscv64 CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim authored Nov 30, 2023
1 parent 7e11412 commit be0d59c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,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.5.0
- uses: uraimo/run-on-arch-action@v2.6.0
timeout-minutes: 60
with:
arch: ${{ matrix.arch }}
Expand Down

0 comments on commit be0d59c

Please sign in to comment.