Skip to content

Commit

Permalink
CI: use standard docker for pkg:arch
Browse files Browse the repository at this point in the history
Arch LXC images currently don't work :(

Standard docker can't test systemd but it's better than nothing.
  • Loading branch information
jruzicka-nic committed Sep 23, 2024
1 parent 67910ab commit ae22b27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -688,10 +688,15 @@ 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
allow_failure: true # our LXC image not starting up currently
before_script:
- pacman -Syy
- pip install apkg

# RHEL 8 derivatives would need more work due to *default* python being old
#pkg:rocky-8:
Expand Down

0 comments on commit ae22b27

Please sign in to comment.