mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
Build from source on cross-compile step
The comment said the issue with argon2 was related to CentOS 7 but the cross-compile steps never used CentOS 7 so maybe the real issue is with the architecture.
This commit is contained in:
parent
a1131fadf2
commit
7a213161f2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -121,6 +121,7 @@ jobs:
|
|||
LINK: ${{ format('{0}-g++', matrix.prefix) }}
|
||||
npm_config_arch: ${{ matrix.arch }}
|
||||
NODE_VERSION: v18.15.0
|
||||
npm_config_build_from_source: true
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
|
|
|
|||
Loading…
Reference in a new issue