readd riscv target

This commit is contained in:
Aiden McClelland
2025-12-15 16:18:44 -07:00
parent f52072e6ec
commit bc6a92677b

View File

@@ -160,7 +160,7 @@ jobs:
format(
'[
["{0}"],
["x86_64", "x86_64-nonfree", "aarch64", "aarch64-nonfree", "raspberrypi"]
["x86_64", "x86_64-nonfree", "aarch64", "aarch64-nonfree", "riscv64", "raspberrypi"]
]',
github.event.inputs.platform || 'ALL'
)