threefoldtech / 0-initramfs

Zero-OS Initramfs Builder
Apache License 2.0
3 stars 1 forks source link

autobuild: github action ubuntu version deprecated #56

Closed maxux closed 1 year ago

maxux commented 2 years ago

GitHub Actions is going to deprecate the ubuntu version we use to build the production initramfs.

To make things easier, the build process rely on couple ubuntu's libraries shipped. Actions will deprecated that version but we can't just move to the next version blindly. Some external binaries shipped by flist for the main OS rely on a specific libc version and are build using same ubuntu version to ensure compatibility.

A better system to keep coherence between build environment and runtime system needs to be used/developped.

In a first step, a workaround to still be able to build the image with the current target version on GitHub Actions will be put in place.