Skip to content

Commit 1eb1768

Browse files
author
Jos Martin
committed
Break auto build and release into 2 stages to accomodate API rate limits
1 parent 772a25a commit 1eb1768

File tree

2 files changed

+26
-15
lines changed

2 files changed

+26
-15
lines changed

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

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -45,17 +45,3 @@ jobs:
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
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)