Release v1.0.1
What's Changed
- Enable handling qemu binaries being symlinks to support newer qemu-user-static versions (like in Ubuntu 22.04) where
/usr/libexec/qemu-binfmt/aarch64-binfmt-P
is registered under/proc/sys/fs/binfmt_misc
as interpreter that is a relativ symlink pointing to../../bin/qemu-aarch64-static
, add vagrant test to test workflow by @dbast in #223
Full Changelog: v1.0.0...v1.0.1