Skip to content

Commit c4ca5f3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build-all-debian:
1414
strategy:
1515
matrix:
16-
dist-base: debian
16+
dist-base: [ debian ]
1717
dist-tag: [ stretch buster bullseye ]
1818
uses: ./.github/workflows/build-glibc-and-release.yaml
1919
with:
@@ -23,7 +23,7 @@ jobs:
2323
build-all-ubuntu:
2424
strategy:
2525
matrix:
26-
dist-base: ubuntu
26+
dist-base: [ ubuntu ]
2727
dist-tag: [ bionic focal hirsute ]
2828
uses: ./.github/workflows/build-glibc-and-release.yaml
2929
with:

0 commit comments

Comments
 (0)