mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 17:34:01 +01:00
fix: manually remove keytar
This commit is contained in:
parent
4e97fb9cb5
commit
679bdf2867
1 changed files with 8 additions and 0 deletions
8
.github/workflows/release.yaml
vendored
8
.github/workflows/release.yaml
vendored
|
|
@ -196,6 +196,14 @@ jobs:
|
|||
TAG="${{ inputs.version || github.ref_name }}"
|
||||
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
|
||||
|
||||
# NOTE@jsjoeio - the dependencies needed for this
|
||||
# aren't supported on this architecture so we remove
|
||||
# it manually.
|
||||
- name: Remove keytar
|
||||
run: |
|
||||
cd ./release-standalone/lib/vscode
|
||||
npm uninstall keytar
|
||||
|
||||
- name: Build packages with nfpm
|
||||
env:
|
||||
VERSION: ${{ env.VERSION }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue