Commit d676c0a
committed
prepare-host: use qemu-user-binfmt on Ubuntu resolute
Ubuntu 26.04 (resolute) split qemu-user-static into qemu-user-binfmt
and qemu-user-binfmt-hwe, leaving qemu-user-static as a virtual
package with two providers. apt won't auto-pick a provider, so the
generated Dockerfile (and any direct ./compile.sh requirements run on
a resolute host) fails with:
E: Package 'qemu-user-static' has no installation candidate
Match the existing python2 pattern (release-conditional host deps)
and pick the concrete non-HWE package on resolute. Older releases
keep qemu-user-static.1 parent b031583 commit d676c0a
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
216 | 229 | | |
217 | 230 | | |
218 | 231 | | |
| |||
0 commit comments