Add autopkgtest GitHub Action
This CI workflow builds and tests every commit and PR using autopkgtest. It builds a Debian Testing image using autopkgtest-build-qemu (autopkgtest-buildvm-ubuntu-cloud was too slow), builds the source package and test is with autopkgtest. I'm trying to set this up for multiple architectures (see https://github.com/Tachi107/pistache/tree/actions-autopkgtest), but for whatever reason Ubuntu's autopkgtest-build-qemu is unable to build images for foreign architectures, as it fails with "E: Unable to locate package linux-image-arm64", while it should be downloading it from https://packages.debian.org/testing/linux-image-arm64. If you know how to help please let me know.
Showing
Please register or sign in to comment