Hi,
Some linux binaries are built using ubuntu-latest which do not run on older ubuntu (i.e 22.04). See kornelski/cargo-deb#208
Would it be possible to detect that and use a fallback or drop to build from source?
I imagine that a call to --version exiting abnormally could be considered as binary being defunct.
Hi,
Some linux binaries are built using ubuntu-latest which do not run on older ubuntu (i.e 22.04). See kornelski/cargo-deb#208
Would it be possible to detect that and use a fallback or drop to build from source?
I imagine that a call to
--versionexiting abnormally could be considered as binary being defunct.