We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7029b2 + a270a55 commit 7da9409Copy full SHA for 7da9409
1 file changed
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- images: [ubuntu_18.04, ubuntu_20.04, ubuntu_22.04, centos_7, centos_8, mcr.microsoft.com/cbl-mariner/base/core_2.0]
+ images: [ubuntu_18.04, ubuntu_20.04, ubuntu_22.04, ubuntu_24.04, centos_7, centos_8, mcr.microsoft.com/cbl-mariner/base/core_2.0]
18
platforms: [linux/amd64, linux/arm64]
19
exclude:
20
- images: centos_7
0 commit comments