mika / jenkins-debian-glue

Scripts for Debian package/repository handling inside Jenkins
MIT License
131 stars 91 forks source link

Support building armhf/armel on arm64 without QEMU. #234

Closed parazyd closed 4 years ago

parazyd commented 4 years ago

This uses the same logic like i386 on amd64. If an aarch64 kernel is running, it can execute armhf and armel binaries.

mika commented 4 years ago

Nice one, thanks! \o/