From 9e506b2253911482fbfe4c8e1053fa1428439264 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Thu, 17 Feb 2022 20:46:17 +0100 Subject: [PATCH] ci/action/arch: Switch from absolute Arch docker version to a more relaxed one (#966) --- .github/workflows/aur-prerelease.yml | 2 +- .github/workflows/aur-release.yml | 2 +- deploy-aur.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aur-prerelease.yml b/.github/workflows/aur-prerelease.yml index d8f47b869..1bbead125 100644 --- a/.github/workflows/aur-prerelease.yml +++ b/.github/workflows/aur-prerelease.yml @@ -7,7 +7,7 @@ on: jobs: aur-pre-release: runs-on: ubuntu-20.04 - container: archlinux:base-20210228.0.16308 + container: archlinux:base steps: - name: Checkout Project uses: actions/checkout@v1 diff --git a/.github/workflows/aur-release.yml b/.github/workflows/aur-release.yml index 555c553dc..75e7850b3 100644 --- a/.github/workflows/aur-release.yml +++ b/.github/workflows/aur-release.yml @@ -7,7 +7,7 @@ on: jobs: aur-release: runs-on: ubuntu-20.04 - container: archlinux:base-20210228.0.16308 + container: archlinux:base steps: - name: Checkout Project uses: actions/checkout@v1 diff --git a/deploy-aur.sh b/deploy-aur.sh index 91a7cd007..c7bbaedd8 100755 --- a/deploy-aur.sh +++ b/deploy-aur.sh @@ -3,7 +3,7 @@ set -e # Setup base system -pacman -Syu --noconfirm openssh git gettext binutils +pacman -Syu --noconfirm openssh git gettext binutils archlinux-keyring sed -i "s/INTEGRITY_CHECK=.*$/INTEGRITY_CHECK=(sha256)/" /etc/makepkg.conf useradd -ms /bin/bash aur su -m aur <<'EOSU'