Merge pull request #7029 from radarhere/amazonlinux

Added Amazon Linux 2023 docker image
This commit is contained in:
Hugo van Kemenade 2023-03-19 18:19:45 +02:00 committed by GitHub
commit f05d76f66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@ jobs:
# Then run the remainder # Then run the remainder
alpine, alpine,
amazon-2-amd64, amazon-2-amd64,
amazon-2023-amd64,
arch, arch,
centos-7-amd64, centos-7-amd64,
centos-stream-8-amd64, centos-stream-8-amd64,

View File

@ -424,6 +424,8 @@ These platforms are built and tested for every change.
+----------------------------------+----------------------------+---------------------+ +----------------------------------+----------------------------+---------------------+
| Amazon Linux 2 | 3.7 | x86-64 | | Amazon Linux 2 | 3.7 | x86-64 |
+----------------------------------+----------------------------+---------------------+ +----------------------------------+----------------------------+---------------------+
| Amazon Linux 2023 | 3.9 | x86-64 |
+----------------------------------+----------------------------+---------------------+
| Arch | 3.9 | x86-64 | | Arch | 3.9 | x86-64 |
+----------------------------------+----------------------------+---------------------+ +----------------------------------+----------------------------+---------------------+
| CentOS 7 | 3.9 | x86-64 | | CentOS 7 | 3.9 | x86-64 |