From: Patrick Steinhardt Date: Fri, 12 Apr 2024 04:44:02 +0000 (+0200) Subject: ci: expose distro name in dockerized GitHub jobs X-Git-Tag: v2.46.0-rc0~153^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab2b3aadf322fccffeaabe7470e1b5905537a888;p=thirdparty%2Fgit.git ci: expose distro name in dockerized GitHub jobs Expose a distro name in dockerized jobs. This will be used in a subsequent commit where we merge the installation scripts for dockerized and non-dockerized jobs. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 684ef5c00d..71cd4e5486 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -342,12 +342,16 @@ jobs: vector: - jobname: linux-musl image: alpine + distro: alpine-latest - jobname: linux32 image: daald/ubuntu32:xenial + distro: ubuntu32-16.04 - jobname: pedantic image: fedora + distro: fedora-latest env: jobname: ${{matrix.vector.jobname}} + distro: ${{matrix.vector.distro}} runs-on: ubuntu-latest container: ${{matrix.vector.image}} steps: