Skip to content

Commit

Permalink
Update matrixbuild to current Linux distributions (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Dec 25, 2024
1 parent c51fdde commit 0678439
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 8 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/images/centos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG image=centos/centos:latest
FROM quay.io/$image

# Install dependencies
RUN if command -v yum > /dev/null; then dnf=yum; fi; ${dnf:-dnf} update -y
RUN if command -v yum > /dev/null; then dnf=yum; fi; ${dnf:-dnf} install -y autoconf automake gcc libtool make diffutils file gzip
RUN dnf -y update
RUN dnf -y install autoconf automake gcc libtool make diffutils file gzip

# Add source code
ADD . /src
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion .github/images/fedora/fedora:39.Dockerfile

This file was deleted.

File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion .github/images/ubuntu:latest.Dockerfile

This file was deleted.

File renamed without changes.
9 changes: 5 additions & 4 deletions .github/workflows/matrixbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,18 @@ jobs:
- debian:trixie
- debian:bookworm
- debian:bullseye
- debian:buster
- ubuntu:noble
- ubuntu:jammy
- ubuntu:focal
- ubuntu:latest
- fedora/fedora:42
- fedora/fedora:41
- fedora/fedora:40
- fedora/fedora:39
- centos/centos:stream10
- centos/centos:stream9
- rockylinux/rockylinux:9
- rockylinux/rockylinux:8
- alpine:edge
- alpine:3.19
- alpine:3.21
steps:
- uses: actions/checkout@v4
- name: Work around Docker BuildKit regression
Expand Down

0 comments on commit 0678439

Please sign in to comment.