Skip to content

Commit

Permalink
deb: enable building fluent-lts-apt-source package (fluent#632)
Browse files Browse the repository at this point in the history
In the previous versions, fluent-lts-apt-source package was built
manually and integrated into repository.

Now it will be built with apt:build rake task.

Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys authored Mar 22, 2024
1 parent 44dfadd commit 635a454
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/apt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
with:
name: packages-apt-source-${{ matrix.rake-job }}
path: fluent-apt-source/apt/repositories
- name: Upload fluent-lts-apt-source deb
uses: actions/upload-artifact@master
with:
name: packages-lts-apt-source-${{ matrix.rake-job }}
path: fluent-lts-apt-source/apt/repositories
# TODO move the following steps to "Test" job
- name: Check Package Size
run: |
Expand Down
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ PACKAGES = [
]

APT_SOURCE_PACKAGES = [
"fluent-apt-source"
"fluent-apt-source",
"fluent-lts-apt-source",
]

ALL_PACKAGE = [
Expand Down

0 comments on commit 635a454

Please sign in to comment.