Skip to content

Commit 772a25a

Browse files
author
Jos Martin
committed
Add monthly build for RHEL systems
1 parent 8ae1268 commit 772a25a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release-all.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,17 @@ 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

0 commit comments

Comments
 (0)