This hotfix release addresses many bugs with the new remote builder.
Remote builder
The new remote builder will now:
- accept comma-separated architectures via
snapcraft remote-build --build-for <arch1>,<arch2>,...
(#4780) - handle core22 architectures in a snapcraft.yaml (#4780)
- produce correctly-named log files (#4781)
- retry Launchpad API calls with an exponential backoff (canonical/craft-application#355)
- fail if they do not create any artifacts (#4783)
What's Changed
- fix(remote-build): fail if no artifacts are created by @lengau in #4826
- build(deps): bump craft-application to 2.8.0 by @mr-cal in #4837
Full Changelog: 8.2.9...8.2.10