Skip to content

Commit e184267

Browse files
committed
Update with upstream changes
1 parent c403561 commit e184267

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-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' }}

bionic-x64/Dockerfile

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

centos7-devtoolset8-x64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG REPO=mcr.microsoft.com/mirror/docker/library/centos
1+
ARG REPO=centos
22
ARG TAG=7
33
FROM ${REPO}:${TAG}
44

@@ -28,4 +28,4 @@ RUN npm install -g yarn
2828
ENV PATH=/opt/rh/devtoolset-8/root/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2929

3030
RUN mkdir -p /root/vscode
31-
WORKDIR /root/vscode
31+
WORKDIR /root/vscode

0 commit comments

Comments
 (0)