File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,21 +17,12 @@ jobs:
1717 strategy :
1818 matrix :
1919 include :
20- - distro : " debian"
21- release : " buster"
22- arch : " amd64"
23- - distro : " debian"
24- release : " bullseye"
25- arch : " amd64"
2620 - distro : " debian"
2721 release : " bookworm"
2822 arch : " amd64"
2923 - distro : " debian"
3024 release : " trixie"
3125 arch : " amd64"
32- - distro : " ubuntu"
33- release : " focal"
34- arch : " amd64"
3526 - distro : " ubuntu"
3627 release : " jammy"
3728 arch : " amd64"
7768 strategy :
7869 matrix :
7970 include :
80- - distro : " debian"
81- release : " buster"
82- image : " buster"
83- arch : " armv7"
84- - distro : " debian"
85- release : " buster"
86- image : " buster"
87- arch : " aarch64"
88- - distro : " debian"
89- release : " bullseye"
90- image : " bullseye"
91- arch : " armv7"
92- - distro : " debian"
93- release : " bullseye"
94- image : " bullseye"
95- arch : " aarch64"
9671 - distro : " debian"
9772 release : " bookworm"
9873 image : " bookworm"
@@ -111,14 +86,6 @@ jobs:
11186 image : " none"
11287 arch : " none"
11388 base_image : --platform=linux/aarch64 aarch64/debian:trixie
114- - distro : " ubuntu"
115- release : " focal"
116- image : " ubuntu20.04"
117- arch : " armv7"
118- - distro : " ubuntu"
119- release : " focal"
120- image : " ubuntu20.04"
121- arch : " aarch64"
12289 - distro : " ubuntu"
12390 release : " jammy"
12491 image : " ubuntu22.04"
@@ -127,21 +94,7 @@ jobs:
12794 release : " jammy"
12895 image : " ubuntu22.04"
12996 arch : " aarch64"
130- - distro : " raspbian"
131- release : " buster"
132- image : " buster"
133- arch : " armv7"
134- - distro : " raspbian"
135- release : " buster"
136- image : " buster"
137- arch : " aarch64"
138- - distro : " raspbian"
139- release : " bullseye"
140- image : " bullseye"
14197 arch : " armv7"
142- - distro : " raspbian"
143- release : " bullseye"
144- image : " bullseye"
14598 arch : " aarch64"
14699 steps :
147100 - name : Checkout repo
Original file line number Diff line number Diff line change @@ -12,21 +12,12 @@ jobs:
1212 strategy :
1313 matrix :
1414 include :
15- - distro : " debian"
16- release : " buster"
17- arch : " amd64"
18- - distro : " debian"
19- release : " bullseye"
20- arch : " amd64"
2115 - distro : " debian"
2216 release : " bookworm"
2317 arch : " amd64"
2418 - distro : " debian"
2519 release : " trixie"
2620 arch : " amd64"
27- - distro : " ubuntu"
28- release : " focal"
29- arch : " amd64"
3021 - distro : " ubuntu"
3122 release : " jammy"
3223 arch : " amd64"
5950 strategy :
6051 matrix :
6152 include :
62- - distro : " debian"
63- release : " buster"
64- image : " buster"
65- arch : " armv7"
66- - distro : " debian"
67- release : " buster"
68- image : " buster"
69- arch : " aarch64"
70- - distro : " debian"
71- release : " bullseye"
72- image : " bullseye"
73- arch : " armv7"
74- - distro : " debian"
75- release : " bullseye"
76- image : " bullseye"
77- arch : " aarch64"
7853 - distro : " debian"
7954 release : " bookworm"
8055 image : " bookworm"
9166 release : " trixie"
9267 image : " trixie"
9368 arch : " aarch64"
94- - distro : " ubuntu"
95- release : " focal"
96- image : " ubuntu20.04"
97- arch : " armv7"
98- - distro : " ubuntu"
99- release : " focal"
100- image : " ubuntu20.04"
101- arch : " aarch64"
10269 - distro : " ubuntu"
10370 release : " jammy"
10471 image : " ubuntu22.04"
@@ -107,21 +74,7 @@ jobs:
10774 release : " jammy"
10875 image : " ubuntu22.04"
10976 arch : " aarch64"
110- - distro : " raspbian"
111- release : " buster"
112- image : " buster"
113- arch : " armv7"
114- - distro : " raspbian"
115- release : " buster"
116- image : " buster"
117- arch : " aarch64"
118- - distro : " raspbian"
119- release : " bullseye"
120- image : " bullseye"
12177 arch : " armv7"
122- - distro : " raspbian"
123- release : " bullseye"
124- image : " bullseye"
12578 arch : " aarch64"
12679 steps :
12780 - name : Checkout repo
You can’t perform that action at this time.
0 commit comments