Added releases

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-06-26 01:26:53 +04:00
parent 069d93bde8
commit ff434fc18f
2 changed files with 7 additions and 1 deletions

View File

@ -31,7 +31,12 @@ jobs:
matrix:
version:
- "1.10"
- "1.9"
- "1.8"
- "1.7"
- "1.6"
- "1.5"
- "1.4"
steps:
- uses: actions/checkout@v2

View File

@ -6,6 +6,7 @@ ENV METEOR_ALLOW_SUPERUSER="true"
ARG release
RUN set -ex \
&& echo "Release: ${RELEASE}"
&& apt-get update \
&& apt-get --no-install-recommends --no-install-suggests --yes install \
ca-certificates curl git openssl \