Skip to content

Commit

Permalink
Merge branch 'ci-almalinux' into cmr
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 22, 2023
2 parents aca119d + d58aac9 commit a3d2f13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ on:
"centos-7-devtoolset-gcc_11",
"centos-stream-8-python3.9",
"centos-stream-9-python3.9",
"almalinux-8-python3.9",
"almalinux-9-python3.11",
"gentoo-python3.10",
"gentoo-python3.11",
"archlinux-latest",
Expand Down
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,13 @@ setenv =
centos-stream-8: BASE_TAG=stream8
centos-stream-9: BASE_TAG=stream9
#
# https://hub.docker.com/_/almalinux
#
almalinux: SYSTEM=fedora
almalinux: BASE_IMAGE=almalinux
almalinux: IGNORE_MISSING_SYSTEM_PACKAGES=yes
almalinux-8: BASE_TAG=8
almalinux-9: BASE_TAG=9
# https://hub.docker.com/r/sheerluck/sage-on-gentoo-stage4/tags
#
gentoo: SYSTEM=gentoo
Expand Down

0 comments on commit a3d2f13

Please sign in to comment.