Skip to content

Commit

Permalink
ci(push-build): add RISC-V builds
Browse files Browse the repository at this point in the history
Signed-off-by: MichaIng <micha@dietpi.com>
  • Loading branch information
MichaIng committed Oct 14, 2023
1 parent 10b7426 commit 1d750bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ jobs:
- { target: arm-unknown-linux-musleabihf, pretty: armv6l, backend: false }
- { target: armv7-unknown-linux-musleabihf, pretty: armv7l, backend: false }
- { target: aarch64-unknown-linux-musl, pretty: aarch64, backend: false }
- { target: riscv64gc-unknown-linux-gnu, pretty: riscv64, backend: false }
- { target: x86_64-unknown-linux-musl, pretty: x86_64-backend, backend: true }
- { target: arm-unknown-linux-musleabihf, pretty: armv6l-backend, backend: true }
- { target: armv7-unknown-linux-musleabihf, pretty: armv7l-backend, backend: true }
- { target: aarch64-unknown-linux-musl, pretty: aarch64-backend, backend: true }
- { target: riscv64gc-unknown-linux-gnu, pretty: riscv64-backend, backend: true }
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1d750bb

Please sign in to comment.