Skip to content

Commit 4581e73

Browse files
authored
ci: re-enable debian11/ubuntu{20,22}.04 build (#549)
1 parent 2dcfec3 commit 4581e73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deb_amd64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
target:
1313
[
14-
# "ubuntu:20.04",
15-
# "ubuntu:22.04",
14+
"ubuntu:20.04",
15+
"ubuntu:22.04",
1616
"ubuntu:24.04",
17-
# "debian:11",
17+
"debian:11",
1818
"debian:12",
1919
"debian:trixie",
2020
"linuxdeepin/deepin",

.github/workflows/deb_arm64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
matrix:
1212
target:
1313
[
14-
# "arm64v8/ubuntu:20.04",
15-
# "arm64v8/ubuntu:22.04",
14+
"arm64v8/ubuntu:20.04",
15+
"arm64v8/ubuntu:22.04",
1616
"arm64v8/ubuntu:24.04",
17-
# "arm64v8/debian:11",
17+
"arm64v8/debian:11",
1818
"arm64v8/debian:12",
1919
"arm64v8/debian:trixie",
2020
"linuxdeepin/deepin:beige-arm64-v1.4.0",

0 commit comments

Comments
 (0)