archlinuxhardened / selinux

PKGBUILDs to build SELinux enabled packages for Arch Linux
145 stars 25 forks source link

GitHub Actions: upgrade to Ubuntu 20.04 #85

Closed fishilico closed 3 years ago

fishilico commented 3 years ago

Using Ubuntu 20.04 in GitHub Actions requires installing qemu-utils in order to use command qemu-img, and qemu-system-x86 instead of qemu.

Moreover /dev/loop0 cannot be directly used, so record the result of losetup in an environment variable and use it instead.