Skip to content

Commit ab2b3aa

Browse files
pks-tgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2d65e5b commit ab2b3aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,12 +342,16 @@ jobs:
342342
vector:
343343
- jobname: linux-musl
344344
image: alpine
345+
distro: alpine-latest
345346
- jobname: linux32
346347
image: daald/ubuntu32:xenial
348+
distro: ubuntu32-16.04
347349
- jobname: pedantic
348350
image: fedora
351+
distro: fedora-latest
349352
env:
350353
jobname: ${{matrix.vector.jobname}}
354+
distro: ${{matrix.vector.distro}}
351355
runs-on: ubuntu-latest
352356
container: ${{matrix.vector.image}}
353357
steps:

0 commit comments

Comments
 (0)