Skip to content

apk: add option to print architecture register size

Ariadne Conill requested to merge ariadne/apk-tools:print-bit-width into master

this is similar to --print-arch and --print-endian and is meant to provide information about the host machine (like dpkg-architecture(8)).

in general, we may want to move these options to a dedicated applet as an analogue of dpkg-architecture(8), but I think we should make that an apk3 thing.

Merge request reports