mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +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
|
||||
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 . /src
|
||||
|
4
.github/workflows/matrixbuild.yml
vendored
4
.github/workflows/matrixbuild.yml
vendored
@ -15,16 +15,16 @@ jobs:
|
||||
- ubuntu:jammy
|
||||
- ubuntu:focal
|
||||
- ubuntu:bionic
|
||||
- fedora/fedora:38
|
||||
- fedora/fedora:37
|
||||
- fedora/fedora:36
|
||||
- fedora/fedora:35
|
||||
- centos/centos:stream9
|
||||
- centos/centos:stream8
|
||||
- centos/centos:7
|
||||
- rockylinux/rockylinux:9
|
||||
- rockylinux/rockylinux:8
|
||||
- alpine:edge
|
||||
- alpine:3.16
|
||||
- alpine:3.17
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run build on ${{matrix.dockerenv}}
|
||||
|
Reference in New Issue
Block a user