Skip to content

Commit d62a1a0

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2021 The MathWorks, Inc.
1+
# Copyright 2021-2022 The MathWorks, Inc.
22
---
33
name: "release-all-debian"
44

@@ -10,14 +10,14 @@ on:
1010
- cron: '0 0 1 * *'
1111

1212
jobs:
13-
build-all-debian:
14-
uses: ./.github/workflows/build-glibc-and-release.yaml
15-
with:
16-
dist-base: debian
17-
dist-tag: ${{ matrix.dist-tag }}
18-
strategy:
19-
matrix:
20-
dist-tag: [stretch buster bullseye]
13+
# build-all-debian:
14+
# uses: ./.github/workflows/build-glibc-and-release.yaml
15+
# with:
16+
# dist-base: debian
17+
# 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)