Skip to content

Commit be43782

Browse files
authored
rpm: pack fluent-lts-release as artifact (#889)
NOTE: when beginning LTS branch fluent-package-v6, stop to ship fluent-lts-release from master branch. Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 98aa273 commit be43782

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/yum-arm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
with:
5959
name: packages-release-${{ matrix.rake-job }}-aarch64
6060
path: fluent-release/yum/repositories
61+
- name: Upload fluent-lts-release rpm
62+
uses: actions/upload-artifact@v4
63+
with:
64+
name: packages-lts-release-${{ matrix.rake-job }}-aarch64
65+
path: fluent-lts-release/yum/repositories
6166
check_package_size:
6267
name: Check Package Size
6368
runs-on: ubuntu-24.04-arm

.github/workflows/yum.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
with:
7373
name: packages-release-${{ matrix.rake-job }}
7474
path: fluent-release/yum/repositories
75+
- name: Upload fluent-lts-release rpm
76+
uses: actions/upload-artifact@v4
77+
with:
78+
name: packages-lts-release-${{ matrix.rake-job }}
79+
path: fluent-lts-release/yum/repositories
7580
- name: Upload v7 fluent-package rpm
7681
uses: actions/upload-artifact@v4
7782
with:

0 commit comments

Comments
 (0)