Skip to content

Commit

Permalink
Update matrixbuild to current Linux distributions (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored Dec 10, 2023
1 parent 3d2eed5 commit 2e06d3c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions .github/images/debian:trixie.Dockerfile
File renamed without changes.
File renamed without changes.
10 changes: 7 additions & 3 deletions .github/workflows/matrixbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,27 @@ jobs:
fail-fast: false
matrix:
dockerenv:
- debian:trixie
- debian:bookworm
- debian:bullseye
- debian:buster
- ubuntu:jammy
- ubuntu:focal
- ubuntu:bionic
- fedora/fedora:40
- fedora/fedora:39
- fedora/fedora:38
- fedora/fedora:37
- fedora/fedora:36
- centos/centos:stream9
- centos/centos:stream8
- centos/centos:7
- rockylinux/rockylinux:9
- rockylinux/rockylinux:8
- alpine:edge
- alpine:3.17
- alpine:3.19
steps:
- uses: actions/checkout@v3
- name: Work around Docker BuildKit regression
# https://github.com/moby/buildkit/issues/2119: `DOCKER_BUILDKIT=1 docker build` fails if Dockerfile is a symlink
run: cp --remove-destination $(readlink -f .github/images/${{matrix.dockerenv}}.Dockerfile) .github/images/${{matrix.dockerenv}}.Dockerfile
- name: Run build on ${{matrix.dockerenv}}
run: docker build . --file .github/images/${{matrix.dockerenv}}.Dockerfile --build-arg image=${{matrix.dockerenv}}

0 comments on commit 2e06d3c

Please sign in to comment.