mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
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:
2
.github/images/centos.Dockerfile
vendored
2
.github/images/centos.Dockerfile
vendored
@@ -3,7 +3,7 @@ FROM quay.io/$image
|
|||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN yum update -y
|
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 source code
|
||||||
ADD . /src
|
ADD . /src
|
||||||
|
|||||||
1
.github/images/fedora/fedora:35.Dockerfile
vendored
Symbolic link
1
.github/images/fedora/fedora:35.Dockerfile
vendored
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../centos.Dockerfile
|
||||||
1
.github/images/fedora/fedora:36.Dockerfile
vendored
Symbolic link
1
.github/images/fedora/fedora:36.Dockerfile
vendored
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../centos.Dockerfile
|
||||||
6
.github/workflows/matrixbuild.yml
vendored
6
.github/workflows/matrixbuild.yml
vendored
@@ -14,13 +14,15 @@ jobs:
|
|||||||
- debian:buster
|
- debian:buster
|
||||||
- ubuntu:focal
|
- ubuntu:focal
|
||||||
- ubuntu:bionic
|
- ubuntu:bionic
|
||||||
|
- fedora/fedora:36
|
||||||
|
- fedora/fedora:35
|
||||||
- fedora/fedora:34
|
- fedora/fedora:34
|
||||||
- fedora/fedora:33
|
- centos/centos:stream9
|
||||||
- centos/centos:stream8
|
- centos/centos:stream8
|
||||||
- centos/centos:7
|
- centos/centos:7
|
||||||
- rockylinux/rockylinux:8
|
- rockylinux/rockylinux:8
|
||||||
- alpine:edge
|
- alpine:edge
|
||||||
- alpine:3.14
|
- alpine:3.15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Run build on ${{matrix.dockerenv}}
|
- name: Run build on ${{matrix.dockerenv}}
|
||||||
|
|||||||
Reference in New Issue
Block a user