Skip to content

Commit 78ddf82

Browse files
committed
CI: modify docker.yml
1 parent ab15266 commit 78ddf82

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/docker.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,21 @@ jobs:
5050
# image: fedora
5151
# lable: "42"
5252
# os: ubuntu-24.04
53+
- PACKAGE: deb
54+
image: ubuntu
55+
lable: "24.04"
56+
os: ubuntu-24.04
57+
58+
- PACKAGE: deb
59+
image: debian
60+
lable: "latest"
61+
os: ubuntu-24.04
5362

63+
- PACKAGE: deb
64+
image: macrosan/kylin
65+
lable: "latest"
66+
os: ubuntu-24.04
67+
5468
# See: [About GitHub-hosted runners](https://docs.github.com/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners)
5569
# See: [Choosing the runner for a job](https://docs.github.com/actions/writing-workflows/choosing-where-your-workflow-runs/choosing-the-runner-for-a-job)
5670
# See: https://github.com/actions/runner-images/

0 commit comments

Comments
 (0)