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 86c20f1 commit 404f623Copy full SHA for 404f623
.github/workflows/release-all-debian.yaml
@@ -13,12 +13,6 @@ on:
13
# The strategy property is not supported in any job that calls a reusable workflow.
14
# from https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations
15
jobs:
16
- build-debian-stretch:
17
- uses: ./.github/workflows/build-glibc-and-release.yaml
18
- with:
19
- dist-base: debian
20
- dist-tag: stretch
21
-
22
build-debian-buster:
23
uses: ./.github/workflows/build-glibc-and-release.yaml
24
with:
0 commit comments