Update matrixbuild to current Linux distributions (#55)

Previously, at the time of #50, broken Fedora Rawhide, 35, CentOS
Stream 9 (development) have been fixed. Switch Alpine 3.14 -> 3.15.
This commit is contained in:
Robert Scheck
2022-02-06 09:30:05 +01:00
committed by GitHub
parent f26a04e8dd
commit 8b804f83fd
6 changed files with 7 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM quay.io/$image
# Install dependencies
RUN yum update -y
RUN yum install -y autoconf automake gcc libtool make
RUN yum install -y autoconf automake gcc libtool make diffutils file
# Add source code
ADD . /src

View File

@@ -0,0 +1 @@
../centos.Dockerfile

View File

@@ -0,0 +1 @@
../centos.Dockerfile

View File

@@ -14,13 +14,15 @@ jobs:
- debian:buster
- ubuntu:focal
- ubuntu:bionic
- fedora/fedora:36
- fedora/fedora:35
- fedora/fedora:34
- fedora/fedora:33
- centos/centos:stream9
- centos/centos:stream8
- centos/centos:7
- rockylinux/rockylinux:8
- alpine:edge
- alpine:3.14
- alpine:3.15
steps:
- uses: actions/checkout@v1
- name: Run build on ${{matrix.dockerenv}}