From 8266fcb633a261d0ca20ad07423bb22e2275d938 Mon Sep 17 00:00:00 2001 From: timvisee Date: Sun, 2 May 2021 17:54:08 +0200 Subject: [PATCH] Change CI AUR build image from archlinux/base to archlinux --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b4d24e4..5c31920 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -256,7 +256,7 @@ release-docker: # AUR packages release package-aur: - image: archlinux/base + image: archlinux stage: package needs: - release-github