ci/action/arch: Switch from absolute Arch docker version to a more relaxed one (#966)

pull/985/head
Jonas Dellinger 2 years ago committed by GitHub
parent b208c1fc8e
commit 9e506b2253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/aur-prerelease.yml
  2. 2
      .github/workflows/aur-release.yml
  3. 2
      deploy-aur.sh

@ -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

@ -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

@ -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'

Loading…
Cancel
Save