Skip to content

Commit d186372

Browse files
jeanp413mustard-mh
authored andcommitted
Update with upstream changes
1 parent 8b0e6ec commit d186372

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
arch: [bionic-x64, stretch-arm64, stretch-armhf, centos7-devtoolset8-x64]
13+
arch: [bionic-x64, buster-arm64, buster-armhf, centos7-devtoolset8-x64]
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -36,4 +36,4 @@ jobs:
3636
context: ${{ matrix.arch }}
3737
file: ${{ matrix.arch }}/Dockerfile
3838
tags: gitpod/openvscode-server-linux-build-agent:${{ matrix.arch }}
39-
push: ${{ github.ref == 'refs/heads/main' }}
39+
push: ${{ github.ref == 'refs/heads/main' }}

archived/bionic-x64-v0/Dockerfile_Unused

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG REPO=mcr.microsoft.com/mirror/docker/library/ubuntu
1+
ARG REPO=ubuntu
22
ARG TAG=18.04
33
FROM ${REPO}:${TAG}
44

archived/centos7-devtoolset8-arm64/Dockerfile_Unused

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM arm64v8/centos:centos7
1+
ARG REPO=centos
2+
ARG TAG=7
3+
FROM ${REPO}:${TAG}
24

35
ARG INSTALL_PKGS="devtoolset-8-gcc \
46
devtoolset-8-gcc-c++ \
@@ -26,4 +28,4 @@ RUN npm install -g node-gyp
2628
ENV PATH=/opt/rh/devtoolset-8/root/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2729

2830
RUN mkdir -p /root/vscode
29-
WORKDIR /root/vscode
31+
WORKDIR /root/vscode

0 commit comments

Comments
 (0)