File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ APT_TARGETS=("ubuntu:22.04"
4444YUM_TARGETS=(" centos:7"
4545 " almalinux:8"
4646 " almalinux:9"
47+ " almalinux:10"
4748 " rockylinux:8"
4849 " rockylinux:9"
4950 " quay.io/centos/centos:stream9"
Original file line number Diff line number Diff line change 3131# AWS_S3_BUCKET_STAGING=fluentbit-staging
3232export 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
3646if [[ " ${AWS_SYNC:- false} " != " false" ]]; then
3747 aws s3 sync s3://" ${AWS_S3_BUCKET_RELEASE:? } " " ${BASE_PATH:? } "
You can’t perform that action at this time.
0 commit comments