We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4ca5f3 commit 07741feCopy full SHA for 07741fe
.github/workflows/release-all-debian.yaml
@@ -13,19 +13,17 @@ jobs:
13
build-all-debian:
14
strategy:
15
matrix:
16
- dist-base: [ debian ]
17
dist-tag: [ stretch buster bullseye ]
18
uses: ./.github/workflows/build-glibc-and-release.yaml
19
with:
20
- dist-base: ${{ matrix.dist-base }}
+ dist-base: debian
21
dist-tag: ${{ matrix.dist-tag }}
22
23
build-all-ubuntu:
24
25
26
- dist-base: [ ubuntu ]
27
dist-tag: [ bionic focal hirsute ]
28
29
30
+ dist-base: ubuntu
31
0 commit comments