ci: use archlinux/archlinux docker image instead of deprecated and now removed archlinux/base

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Simon Ser <contact@emersion.fr>
main
Eric Engestrom 2021-04-29 10:13:43 +02:00
parent 40f73d0b0b
commit b4847d97df
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ meson-arch-daily:
- if: '$SCHEDULE == "arch-daily"' - if: '$SCHEDULE == "arch-daily"'
when: on_success when: on_success
- when: never - when: never
image: archlinux/base image: archlinux/archlinux:base
before_script: before_script:
- pacman -Syu --noconfirm --needed - pacman -Syu --noconfirm --needed
base-devel base-devel