Fix sanity check on FreeBSD
2 files changed, 3 insertions(+), 3 deletions(-) M images/fedora/build.yml M images/freebsd/functions
M images/fedora/build.yml => images/fedora/build.yml +1 -1
@@ 1,4 1,4 @@ -image: fedora/29 +image: fedora/latest packages: - e2fsprogs - qemu-system-x86
M images/freebsd/functions => images/freebsd/functions +2 -2
@@ 10,8 10,8 @@ boot() { fi qemu=qemu-system-x86_64 #_boot $(cpu_opts x86_64) - # -cpu host doesn't work on AMD - _boot -cpu qemu64 -enable-kvm + # -cpu host doesn't work on AMD, kvm is not supported on freebsd + _boot -cpu qemu64 } install() {