Skip to content

Commit 87af5fa

Browse files
author
Jos Martin
committed
Update with new RHEL message and better matrix build
1 parent 46f8c51 commit 87af5fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111

1212
jobs:
1313
build-all-debian:
14-
strategy:
15-
matrix:
16-
dist-tag: [stretch buster bullseye]
1714
uses: ./.github/workflows/build-glibc-and-release.yaml
1815
with:
1916
dist-base: debian
2017
dist-tag: ${{ matrix.dist-tag }}
18+
strategy:
19+
matrix:
20+
dist-tag: [stretch buster bullseye]
2121

2222
build-all-ubuntu:
2323
strategy:

0 commit comments

Comments
 (0)