Skip to content

Commit 7da9409

Browse files
authored
Merge pull request #365 from northtyphoon/build-for-ubuntu-2404
build: add release package for ubuntu 24.04
2 parents b7029b2 + a270a55 commit 7da9409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
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]
17+
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]
1818
platforms: [linux/amd64, linux/arm64]
1919
exclude:
2020
- images: centos_7

0 commit comments

Comments
 (0)