Skip to content

Commit

Permalink
Upgrade Ubuntu for docker to 20.04
Browse files Browse the repository at this point in the history
Upgrade Ubuntu for docker to 20.04

Co-authored-by: dkulacz <dkulacz>
Co-authored-by: dkulacz <[email protected]>
  • Loading branch information
darklukee and dkulacz authored Sep 9, 2020
1 parent 84f2feb commit 1444501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
username: dkulacz
password: ${{ secrets.dkulacz_dockerhub }}
repository: ${{ env.DOCKER_IMAGE }}
build_args: UBUNTU_VERSION=18.04
build_args: UBUNTU_VERSION=20.04
tag_with_ref: true
tags: ${{ env.DOCKER_TAG }}

Expand All @@ -48,7 +48,7 @@ jobs:
test-archive:
name: Test archived toolchain
needs: build-docker
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
Expand Down
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,5 @@ RUN apt-get -y update && \
build-essential \
cmake \
ninja-build \
python2.7 \
&& rm -rf /var/lib/apt/lists/* && \
ln -s /usr/bin/python2.7 /usr/bin/python2
python2 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 1444501

Please sign in to comment.