Skip to content

Commit

Permalink
github: add amazonlinux
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys committed Dec 8, 2023
1 parent e8a2d9c commit 90b4d8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/yum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 90b4d8d

Please sign in to comment.