From 4661fab181e861a947bf2fabe6fd85798769e47b Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Wed, 3 Aug 2022 10:36:45 +0200 Subject: [PATCH] Update matrixbuild to current Linux distributions (#62) --- .../{alpine:3.15.Dockerfile => alpine:3.16.Dockerfile} | 0 .../fedora/{fedora:34.Dockerfile => fedora:37.Dockerfile} | 0 .github/images/rockylinux/rockylinux:9.Dockerfile | 1 + .github/images/ubuntu:jammy.Dockerfile | 1 + .github/workflows/matrixbuild.yml | 6 ++++-- 5 files changed, 6 insertions(+), 2 deletions(-) rename .github/images/{alpine:3.15.Dockerfile => alpine:3.16.Dockerfile} (100%) rename .github/images/fedora/{fedora:34.Dockerfile => fedora:37.Dockerfile} (100%) create mode 120000 .github/images/rockylinux/rockylinux:9.Dockerfile create mode 120000 .github/images/ubuntu:jammy.Dockerfile diff --git a/.github/images/alpine:3.15.Dockerfile b/.github/images/alpine:3.16.Dockerfile similarity index 100% rename from .github/images/alpine:3.15.Dockerfile rename to .github/images/alpine:3.16.Dockerfile diff --git a/.github/images/fedora/fedora:34.Dockerfile b/.github/images/fedora/fedora:37.Dockerfile similarity index 100% rename from .github/images/fedora/fedora:34.Dockerfile rename to .github/images/fedora/fedora:37.Dockerfile diff --git a/.github/images/rockylinux/rockylinux:9.Dockerfile b/.github/images/rockylinux/rockylinux:9.Dockerfile new file mode 120000 index 0000000..50cd910 --- /dev/null +++ b/.github/images/rockylinux/rockylinux:9.Dockerfile @@ -0,0 +1 @@ +../centos.Dockerfile \ No newline at end of file diff --git a/.github/images/ubuntu:jammy.Dockerfile b/.github/images/ubuntu:jammy.Dockerfile new file mode 120000 index 0000000..504b510 --- /dev/null +++ b/.github/images/ubuntu:jammy.Dockerfile @@ -0,0 +1 @@ +debian.Dockerfile \ No newline at end of file diff --git a/.github/workflows/matrixbuild.yml b/.github/workflows/matrixbuild.yml index abc27c1..0ead675 100644 --- a/.github/workflows/matrixbuild.yml +++ b/.github/workflows/matrixbuild.yml @@ -12,17 +12,19 @@ jobs: - debian:bookworm - debian:bullseye - debian:buster + - ubuntu:jammy - ubuntu:focal - ubuntu:bionic + - fedora/fedora:37 - fedora/fedora:36 - fedora/fedora:35 - - fedora/fedora:34 - centos/centos:stream9 - centos/centos:stream8 - centos/centos:7 + - rockylinux/rockylinux:9 - rockylinux/rockylinux:8 - alpine:edge - - alpine:3.15 + - alpine:3.16 steps: - uses: actions/checkout@v1 - name: Run build on ${{matrix.dockerenv}}