Arch LXC images currently don't work :(
Standard docker can't test systemd but it's better than nothing.
pkg:arch:
<<: *pkg_test_user
- image: $CI_REGISTRY/packaging/apkg/full/arch
- allow_failure: true # our image not starting up currently
+ image: $CI_REGISTRY/packaging/apkg/test/arch
+ tags:
+ - docker
+ - linux
+ - amd64
before_script:
- pacman -Syy
+ - pip install apkg
# RHEL 8 derivatives would need more work due to *default* python being old
#pkg:rocky-8: