ci: separate ubuntu versions out in ci (#969)

* ci: separate ubuntu versions out in ci
This commit is contained in:
Callum Tait
2021-11-30 14:09:33 +00:00
committed by GitHub
parent 47a17754fd
commit 031b1848e0
7 changed files with 170 additions and 126 deletions

View File

@@ -3,7 +3,7 @@ FROM ubuntu:20.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION=2.280.3
ARG DOCKER_CHANNEL=stable
ARG DOCKER_VERSION=19.03.13
ARG DOCKER_VERSION=20.10.8
ARG DUMB_INIT_VERSION=1.2.5
RUN test -n "$TARGETPLATFORM" || (echo "TARGETPLATFORM must be set" && false)