We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4646592 commit ee1a91dCopy full SHA for ee1a91d
1 file changed
.github/workflows/build.yml
@@ -21,6 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
arch:
24
+ ## See https://downloads.openwrt.org/snapshots/packages/
25
## Rust Tier 2 with Host Tools ####
26
## aarch64-unknown-linux-musl #####
27
- aarch64_cortex-a53 # OK. RPi 3+
@@ -48,6 +49,7 @@ jobs:
48
49
- loongarch64_generic # OK
50
## Tier 2 with Host Tools #########
51
## riscv64gc-unknown-linux-musl ###
52
+ - riscv64_generic # NEW
53
- riscv64_riscv64 # OK
54
## Tier 2 with Host Tools ##########
55
## x86_64-unknown-linux-musl #######
0 commit comments