From: Jakub Ružička Date: Mon, 23 Sep 2024 14:09:33 +0000 (+0200) Subject: CI: use standard docker for pkg:arch X-Git-Tag: v6.0.9~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1660b0236c0b0d6abce5ebf8b497a9f905dc071;p=thirdparty%2Fknot-resolver.git CI: use standard docker for pkg:arch Arch LXC images currently don't work :( Standard docker can't test systemd but it's better than nothing. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0caf1471d..4d7077fd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -688,10 +688,14 @@ pkg:alma-9: 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: