1
0
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:
Robert Scheck
2023-01-10 00:37:33 +01:00
committed by GitHub
parent 0deb7f224c
commit baddc22f15
4 changed files with 3 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 diffutils file
RUN yum install -y autoconf automake gcc libtool make diffutils file gzip
# Add source code
ADD . /src

View File

@ -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}}