We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dcfec3 commit 4581e73Copy full SHA for 4581e73
.github/workflows/deb_amd64.yml
@@ -11,10 +11,10 @@ jobs:
11
matrix:
12
target:
13
[
14
- # "ubuntu:20.04",
15
- # "ubuntu:22.04",
+ "ubuntu:20.04",
+ "ubuntu:22.04",
16
"ubuntu:24.04",
17
- # "debian:11",
+ "debian:11",
18
"debian:12",
19
"debian:trixie",
20
"linuxdeepin/deepin",
.github/workflows/deb_arm64.yml
- # "arm64v8/ubuntu:20.04",
- # "arm64v8/ubuntu:22.04",
+ "arm64v8/ubuntu:20.04",
+ "arm64v8/ubuntu:22.04",
"arm64v8/ubuntu:24.04",
- # "arm64v8/debian:11",
+ "arm64v8/debian:11",
"arm64v8/debian:12",
"arm64v8/debian:trixie",
"linuxdeepin/deepin:beige-arm64-v1.4.0",
0 commit comments