Skip to content

Commit d58aac9

Browse files
author
Matthias Koeppe
committed
tox.ini, .github/workflow/docker.yml: Add almalinux
1 parent 443b754 commit d58aac9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ on:
5050
"centos-7-devtoolset-gcc_11",
5151
"centos-stream-8-python3.9",
5252
"centos-stream-9-python3.9",
53+
"almalinux-8-python3.9",
54+
"almalinux-9-python3.11",
5355
"gentoo-python3.10",
5456
"gentoo-python3.11",
5557
"archlinux-latest",

tox.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,13 @@ setenv =
308308
centos-stream-8: BASE_TAG=stream8
309309
centos-stream-9: BASE_TAG=stream9
310310
#
311+
# https://hub.docker.com/_/almalinux
312+
#
313+
almalinux: SYSTEM=fedora
314+
almalinux: BASE_IMAGE=almalinux
315+
almalinux: IGNORE_MISSING_SYSTEM_PACKAGES=yes
316+
almalinux-8: BASE_TAG=8
317+
almalinux-9: BASE_TAG=9
311318
# https://hub.docker.com/r/sheerluck/sage-on-gentoo-stage4/tags
312319
#
313320
gentoo: SYSTEM=gentoo

0 commit comments

Comments
 (0)