mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
Update matrixbuild to current Linux distributions (#80)
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 diffutils file
|
RUN yum install -y autoconf automake gcc libtool make diffutils file gzip
|
||||||
|
|
||||||
# Add source code
|
# Add source code
|
||||||
ADD . /src
|
ADD . /src
|
||||||
|
|||||||
4
.github/workflows/matrixbuild.yml
vendored
4
.github/workflows/matrixbuild.yml
vendored
@@ -15,16 +15,16 @@ jobs:
|
|||||||
- ubuntu:jammy
|
- ubuntu:jammy
|
||||||
- ubuntu:focal
|
- ubuntu:focal
|
||||||
- ubuntu:bionic
|
- ubuntu:bionic
|
||||||
|
- fedora/fedora:38
|
||||||
- fedora/fedora:37
|
- fedora/fedora:37
|
||||||
- fedora/fedora:36
|
- fedora/fedora:36
|
||||||
- fedora/fedora:35
|
|
||||||
- centos/centos:stream9
|
- centos/centos:stream9
|
||||||
- centos/centos:stream8
|
- centos/centos:stream8
|
||||||
- centos/centos:7
|
- centos/centos:7
|
||||||
- rockylinux/rockylinux:9
|
- rockylinux/rockylinux:9
|
||||||
- rockylinux/rockylinux:8
|
- rockylinux/rockylinux:8
|
||||||
- alpine:edge
|
- alpine:edge
|
||||||
- alpine:3.16
|
- alpine:3.17
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run build on ${{matrix.dockerenv}}
|
- name: Run build on ${{matrix.dockerenv}}
|
||||||
|
|||||||
Reference in New Issue
Block a user