Skip to content

Commit 2b0dcbf

Browse files
packaging: add AlmaLinux 10 in build/test pipelines
Signed-off-by: Patrick Stephens <[email protected]>
1 parent 95f1fe5 commit 2b0dcbf

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

packaging/build-config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,14 @@
7272
"target": "almalinux/9.arm64v8",
7373
"type": "rpm"
7474
},
75+
{
76+
"target": "almalinux/10",
77+
"type": "rpm"
78+
},
79+
{
80+
"target": "almalinux/10.arm64v8",
81+
"type": "rpm"
82+
},
7583
{
7684
"target": "debian/bookworm",
7785
"type": "deb"

packaging/test-release-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ APT_TARGETS=("ubuntu:22.04"
4444
YUM_TARGETS=("centos:7"
4545
"almalinux:8"
4646
"almalinux:9"
47+
"almalinux:10"
4748
"rockylinux:8"
4849
"rockylinux:9"
4950
"quay.io/centos/centos:stream9"

packaging/update-repos.sh

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,17 @@ fi
3131
# AWS_S3_BUCKET_STAGING=fluentbit-staging
3232
export AWS_REGION=${AWS_REGION:-us-east-1}
3333

34-
RPM_REPO_PATHS=("amazonlinux/2" "amazonlinux/2023" "centos/7" "centos/8" "centos/9" "rockylinux/8" "rockylinux/9" "almalinux/8" "almalinux/9" )
34+
RPM_REPO_PATHS=( "amazonlinux/2"
35+
"amazonlinux/2023"
36+
"centos/7"
37+
"centos/8"
38+
"centos/9"
39+
"rockylinux/8"
40+
"rockylinux/9"
41+
"almalinux/8"
42+
"almalinux/9"
43+
"almalinux/10"
44+
)
3545

3646
if [[ "${AWS_SYNC:-false}" != "false" ]]; then
3747
aws s3 sync s3://"${AWS_S3_BUCKET_RELEASE:?}" "${BASE_PATH:?}"

0 commit comments

Comments
 (0)