The last pipeline failed for the one image building from snapshot because the imagebuilder archive is now packed as .tar.zst instead of .tar.xz and the Dockerfile thus fails with a 404.
snapshot probably won't go back to xz, so you could change
|
IMAGEBUILDER="${TARGETDIR}/openwrt-imagebuilder-${TARGET////-}.Linux-x86_64.tar.xz" |
directly. But as soon as the next proper release also switches over, you'll need a special-case or fallback/retry mechanism.
The last pipeline failed for the one image building from
snapshotbecause the imagebuilder archive is now packed as.tar.zstinstead of.tar.xzand the Dockerfile thus fails with a 404.snapshotprobably won't go back to xz, so you could changeopenwrtbuilder/openwrtbuilder
Line 130 in af0459f