Skip to content

Commit

Permalink
Update release job
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 committed Feb 10, 2024
1 parent 34c45a8 commit 3b76032
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ jobs:
include:
- vscode_arch: x64
npm_arch: x64
deps_container: gitpod/openvscode-server-linux-build-agent:centos7-devtoolset8-x64
- vscode_arch: arm64
npm_arch: arm64
deps_container: gitpod/openvscode-server-linux-build-agent:centos7-devtoolset8-arm64
- vscode_arch: armhf
npm_arch: arm
deps_container: gitpod/openvscode-server-linux-build-agent:bionic-arm

name: Build linux-${{ matrix.vscode_arch }}
outputs:
Expand Down Expand Up @@ -100,6 +103,8 @@ jobs:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
npm_config_arch: ${{ matrix.npm_arch }}
VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME: ${{ matrix.deps_container }}
VSCODE_HOST_MOUNT: ${{ github.workspace }}/openvscode-server
run: |
set -e
Expand Down

0 comments on commit 3b76032

Please sign in to comment.