mirror of
https://github.com/VSCodium/vscodium.git
synced 2024-11-27 12:53:13 +03:00
ci: disable centos7 arm64
This commit is contained in:
parent
728235372d
commit
3d28de08df
16
.github/workflows/insider-linux.yml
vendored
16
.github/workflows/insider-linux.yml
vendored
@ -64,8 +64,8 @@ jobs:
|
||||
include:
|
||||
- vscode_arch: x64
|
||||
image: vscodium/vscodium-linux-build-agent:centos7-devtoolset8-x64
|
||||
- vscode_arch: arm64
|
||||
image: vscodium/vscodium-linux-build-agent:bionic-x64
|
||||
# - vscode_arch: arm64
|
||||
# image: vscodium/vscodium-linux-build-agent:bionic-x64
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes' || needs.check.outputs.SHOULD_DEPLOY == 'yes'
|
||||
|
||||
steps:
|
||||
@ -93,11 +93,11 @@ jobs:
|
||||
run: ./install_remote_dependencies.sh
|
||||
if: matrix.vscode_arch == 'x64'
|
||||
|
||||
- name: Install remote dependencies (arm64)
|
||||
run: |
|
||||
set -e
|
||||
docker run -e VSCODE_QUALITY -e GITHUB_TOKEN -v $(pwd):/root/vscodium vscodium/vscodium-linux-build-agent:centos7-devtoolset8-arm64 /root/vscodium/install_remote_dependencies.sh
|
||||
if: matrix.vscode_arch == 'arm64'
|
||||
# - name: Install remote dependencies (arm64)
|
||||
# run: |
|
||||
# set -e
|
||||
# docker run -e VSCODE_QUALITY -e GITHUB_TOKEN -v $(pwd):/root/vscodium vscodium/vscodium-linux-build-agent:centos7-devtoolset8-arm64 /root/vscodium/install_remote_dependencies.sh
|
||||
# if: matrix.vscode_arch == 'arm64'
|
||||
|
||||
- name: Save remote dependencies
|
||||
uses: actions/upload-artifact@v3
|
||||
@ -186,7 +186,7 @@ jobs:
|
||||
with:
|
||||
name: remote-dependencies-${{ matrix.vscode_arch }}
|
||||
path: .
|
||||
if: ${{ matrix.vscode_arch }} != 'armhf'
|
||||
if: ${{ matrix.vscode_arch }} == 'x64'
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user