Skip to content

Commit

Permalink
Merge pull request #1813 from ANTsX/alma9
Browse files Browse the repository at this point in the history
CI: Add alma9 to releases
  • Loading branch information
cookpa authored Nov 26, 2024
2 parents b07ae03 + 8bbb3bc commit 1f197f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release-docker-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1f197f5

Please sign in to comment.