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 (#62)

This commit is contained in:
Robert Scheck
2022-08-03 10:36:45 +02:00
committed by GitHub
parent 6484a9a40c
commit 4661fab181
5 changed files with 6 additions and 2 deletions

View File

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

1
.github/images/ubuntu:jammy.Dockerfile vendored Symbolic link
View File

@ -0,0 +1 @@
debian.Dockerfile

View File

@ -12,17 +12,19 @@ jobs:
- debian:bookworm
- debian:bullseye
- debian:buster
- ubuntu:jammy
- ubuntu:focal
- ubuntu:bionic
- fedora/fedora:37
- fedora/fedora:36
- fedora/fedora:35
- fedora/fedora:34
- centos/centos:stream9
- centos/centos:stream8
- centos/centos:7
- rockylinux/rockylinux:9
- rockylinux/rockylinux:8
- alpine:edge
- alpine:3.15
- alpine:3.16
steps:
- uses: actions/checkout@v1
- name: Run build on ${{matrix.dockerenv}}