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"
9368 image : " none"
9469 arch : " none"
9570 base_image : --platform=linux/aarch64 aarch64/debian:trixie
96- - distro : " ubuntu"
97- release : " focal"
98- image : " ubuntu20.04"
99- arch : " armv7"
100- - distro : " ubuntu"
101- release : " focal"
102- image : " ubuntu20.04"
103- arch : " aarch64"
10471 - distro : " ubuntu"
10572 release : " jammy"
10673 image : " ubuntu22.04"
@@ -109,21 +76,7 @@ jobs:
10976 release : " jammy"
11077 image : " ubuntu22.04"
11178 arch : " aarch64"
112- - distro : " raspbian"
113- release : " buster"
114- image : " buster"
115- arch : " armv7"
116- - distro : " raspbian"
117- release : " buster"
118- image : " buster"
119- arch : " aarch64"
120- - distro : " raspbian"
121- release : " bullseye"
122- image : " bullseye"
12379 arch : " armv7"
124- - distro : " raspbian"
125- release : " bullseye"
126- image : " bullseye"
12780 arch : " aarch64"
12881 steps :
12982 - name : Checkout repo
You can’t perform that action at this time.
0 commit comments