Skip to content

Commit 07741fe

Browse files
author
Jos Martin
committed
Update with new RHEL message and better matrix build
1 parent c4ca5f3 commit 07741fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-all-debian.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@ jobs:
1313
build-all-debian:
1414
strategy:
1515
matrix:
16-
dist-base: [ debian ]
1716
dist-tag: [ stretch buster bullseye ]
1817
uses: ./.github/workflows/build-glibc-and-release.yaml
1918
with:
20-
dist-base: ${{ matrix.dist-base }}
19+
dist-base: debian
2120
dist-tag: ${{ matrix.dist-tag }}
2221

2322
build-all-ubuntu:
2423
strategy:
2524
matrix:
26-
dist-base: [ ubuntu ]
2725
dist-tag: [ bionic focal hirsute ]
2826
uses: ./.github/workflows/build-glibc-and-release.yaml
2927
with:
30-
dist-base: ${{ matrix.dist-base }}
28+
dist-base: ubuntu
3129
dist-tag: ${{ matrix.dist-tag }}

0 commit comments

Comments
 (0)