Skip to content

Commit 6e38d6a

Browse files
authored
Update artifact release ver and add al2 build
1 parent a503cb4 commit 6e38d6a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/build-glibc-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Upload artifacts
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v4
5353
with:
5454
path: |
5555
build/*
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright 2025 The MathWorks, Inc.
2+
---
3+
name: "release-all-amazonlinux"
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+
10+
# Wish I could use a matrix strategy here - tried to and discovered that there are limitations
11+
# The strategy property is not supported in any job that calls a reusable workflow.
12+
# from https://docs.github.com/en/actions/using-workflows/reusing-workflows#limitations
13+
jobs:
14+
build-amazonlinux-2:
15+
uses: ./.github/workflows/build-glibc-and-release.yaml
16+
with:
17+
dist-base: amazonlinux2
18+
dist-tag: 2
19+
dockerfile: Dockerfile.al2

0 commit comments

Comments
 (0)