feat: loong64 support for reh server (#2087)

This commit is contained in:
darkyzhou
2024-11-05 01:54:40 +08:00
committed by GitHub
parent d736414896
commit a023a24173
10 changed files with 179 additions and 7 deletions

View File

@@ -274,6 +274,9 @@ jobs:
- slug: RISCV64
vscode_arch: riscv64
npm_arch: riscv64
- slug: LOONG64
vscode_arch: loong64
npm_arch: loong64
env:
BUILD_SOURCEVERSION: ${{ needs.compile.outputs.BUILD_SOURCEVERSION }}
DISABLED: ${{ vars[format('DISABLE_STABLE_LINUX_REH_{0}', matrix.slug)] }}