Skip to content

Commit c27ea3b

Browse files
author
Jos Martin
committed
Update with new RHEL message and better matrix build
1 parent 675b539 commit c27ea3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
dist-base: debian
1717
dist-tag: [ stretch buster bullseye ]
18-
uses: ./.github/workflows/build-glibc-and-release.yaml@main
18+
uses: ./.github/workflows/build-glibc-and-release.yaml
1919
with:
2020
dist-base: ${{ matrix.dist-base }}
2121
dist-tag: ${{ matrix.dist-tag }}
@@ -25,8 +25,7 @@ jobs:
2525
matrix:
2626
dist-base: ubuntu
2727
dist-tag: [ bionic focal hirsute ]
28-
uses: ./.github/workflows/build-glibc-and-release.yaml@main
28+
uses: ./.github/workflows/build-glibc-and-release.yaml
2929
with:
3030
dist-base: ${{ matrix.dist-base }}
3131
dist-tag: ${{ matrix.dist-tag }}
32-

0 commit comments

Comments
 (0)