@@ -125,9 +125,12 @@ jobs:
125
125
- { name: "uml", backend: "--fakemachine-backend=uml" }
126
126
test :
127
127
- { name: "recipes", case: "recipes" }
128
- - { name: "debian (amd64)", case: "debian", variables: "-t architecture:amd64" }
129
- - { name: "debian (arm64)", case: "debian", variables: "-t architecture:arm64" }
130
- - { name: "debian (armhf)", case: "debian", variables: "-t architecture:armhf" }
128
+ - { name: "debian (bookworm amd64)", case: "debian", variables: "-t architecture:amd64 -t suite:bookworm" }
129
+ - { name: "debian (bookworm arm64)", case: "debian", variables: "-t architecture:arm64 -t suite:bookworm" }
130
+ - { name: "debian (bookworm armhf)", case: "debian", variables: "-t architecture:armhf -t suite:bookworm" }
131
+ - { name: "debian (trixie amd64)", case: "debian", variables: "-t architecture:amd64 -t suite:trixie" }
132
+ - { name: "debian (trixie arm64)", case: "debian", variables: "-t architecture:arm64 -t suite:trixie" }
133
+ - { name: "debian (trixie armhf)", case: "debian", variables: "-t architecture:armhf -t suite:trixie" }
131
134
include :
132
135
- backend : { name: "arch", backend: "--fakemachine-backend=qemu" }
133
136
test : { name: "arch", case: "arch" }
0 commit comments