summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-03-13 07:35:07 -0400
committerGitHub <noreply@github.com>2023-03-13 07:35:07 -0400
commitcd8c7a26b6dbbbc3da6b603e0c6e2c50439ff598 (patch)
tree222c9e8fe94d613239da9c0eb9f040b65d57a9af /.github/data/distros.yml
parentbb3cbfcb41505b3cd77abccdecfe548f8ebd0f7f (diff)
Add Amazon Linux 2 to CI and platform support. (#14599)
* Add Amazon Linux 2 to CI and platform support. * Fix conditional in repoconfig spec file. * Fix package testing script. * Add support to kickstart.sh. * Fix pkg-test.sh typo. * Fix CI support package handling. * Make updater log to stderr if running under CI. * Fix broken sed expressions in installer. * Fix updater CI check WRT auto-update checking. * Update .github/scripts/pkg-test.sh Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> * Clean up package testing code. * Fix filename matching for package testing. --------- Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 72dd6ab79c..9822535e84 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -74,6 +74,17 @@ include:
- el/8Server
- el/8Client
+ - distro: amazonlinux
+ version: "2"
+ packages:
+ type: rpm
+ repo_distro: amazonlinux/2
+ arches:
+ - x86_64
+ - aarch64
+ test:
+ ebpf-core: false
+
- distro: centos
version: "7"
eol_check: false