diff --git a/.github/workflows/release-docker-binaries.yml b/.github/workflows/release-docker-binaries.yml index a7fd7be84..8426677b0 100644 --- a/.github/workflows/release-docker-binaries.yml +++ b/.github/workflows/release-docker-binaries.yml @@ -21,6 +21,15 @@ jobs: cxx: "g++", generators: "Unix Makefiles" } + - { + name: "almalinux-9-GCC", + os_desc: almalinux9, + image: "almalinux:9", + build_type: "Release", + cc: "gcc", + cxx: "g++", + generators: "Unix Makefiles" + } - { name: "Ubuntu-18.04-GCC", os_desc: ubuntu18.04,