From 83f33229c8af6cfc5350788106e91fbefe459507 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Fri, 8 Dec 2023 12:24:29 +0900 Subject: [PATCH] github: add amazonlinux --- .github/workflows/yum.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/yum.yml b/.github/workflows/yum.yml index fa620a87c..f31786246 100644 --- a/.github/workflows/yum.yml +++ b/.github/workflows/yum.yml @@ -101,6 +101,8 @@ jobs: # - CentOS 7 x86_64 - RockyLinux 8 x86_64 - AlmaLinux 9 x86_64 + - AmazonLinux 2 x86_64 + - AmazonLinux 2023 x86_64 include: # - label: CentOS 7 x86_64 # rake-job: centos-7 @@ -111,6 +113,12 @@ jobs: - label: AlmaLinux 9 x86_64 rake-job: almalinux-9 test-lxc-image: images:almalinux/9 + - label: AmazonLinux 2 x86_64 + rake-job: amazonlinux-2 + test-lxc-image: images:amazonlinux/2 + - label: AmazonLinux 2023 x86_64 + rake-job: amazonlinux-2023 + test-lxc-image: images:amazonlinux/2023 steps: - uses: actions/checkout@master - uses: actions/download-artifact@master