feat: add linux riscv64 reh build (#1851)

This commit is contained in:
Levi Zim
2024-04-12 20:27:37 +08:00
committed by GitHub
parent 50cd49e73c
commit ab01a1aa00
9 changed files with 417 additions and 188 deletions

View File

@@ -243,6 +243,8 @@ jobs:
npm_arch: arm
# - vscode_arch: ppc64le
# npm_arch: ppc64
- vscode_arch: riscv64
npm_arch: riscv64
env:
BUILD_SOURCEVERSION: ${{ needs.compile.outputs.BUILD_SOURCEVERSION }}
MS_COMMIT: ${{ needs.check.outputs.MS_COMMIT }}