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 675b539 commit c27ea3bCopy full SHA for c27ea3b
.github/workflows/release-all-debian.yaml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
dist-base: debian
17
dist-tag: [ stretch buster bullseye ]
18
- uses: ./.github/workflows/build-glibc-and-release.yaml@main
+ uses: ./.github/workflows/build-glibc-and-release.yaml
19
with:
20
dist-base: ${{ matrix.dist-base }}
21
dist-tag: ${{ matrix.dist-tag }}
@@ -25,8 +25,7 @@ jobs:
25
26
dist-base: ubuntu
27
dist-tag: [ bionic focal hirsute ]
28
29
30
31
32
-
0 commit comments