File tree Expand file tree Collapse file tree 2 files changed +26
-15
lines changed Expand file tree Collapse file tree 2 files changed +26
-15
lines changed Original file line number Diff line number Diff line change 11# Copyright 2021 The MathWorks, Inc.
22---
3- name : " release-all"
3+ name : " release-all-debian "
44
55# Build and release all artifacts is either triggered manually or on the first day of the month to
66# ensure all artifacts are up-to-date with security and other patches to these distributions
4545 with :
4646 dist-base : ubuntu
4747 dist-tag : hirsute
48-
49- build-alma-8-4 :
50- uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
51- with :
52- dist-base : almalinux
53- dist-tag : 8.4
54- dockerfile : Dockerfile.rhel
55-
56- build-alma-8-5 :
57- uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
58- with :
59- dist-base : almalinux
60- dist-tag : 8.5
61- dockerfile : Dockerfile.rhel
Original file line number Diff line number Diff line change 1+ # Copyright 2021 The MathWorks, Inc.
2+ ---
3+ name : " release-all-rhel"
4+
5+ # Build and release all artifacts is either triggered manually or on the first day of the month to
6+ # ensure all artifacts are up-to-date with security and other patches to these distributions
7+ on :
8+ workflow_dispatch :
9+ schedule :
10+ - cron : ' 0 2 1 * *'
11+
12+ jobs :
13+ build-alma-8-4 :
14+ uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
15+ with :
16+ dist-base : almalinux
17+ dist-tag : 8.4
18+ dockerfile : Dockerfile.rhel
19+
20+ build-alma-8-5 :
21+ uses : mathworks/build-glibc-bz-19329-patch/.github/workflows/build-glibc-and-release.yaml@main
22+ with :
23+ dist-base : almalinux
24+ dist-tag : 8.5
25+ dockerfile : Dockerfile.rhel
You can’t perform that action at this time.
0 commit comments