From 6f255daaed560bd655467c097095c4fc293d5919 Mon Sep 17 00:00:00 2001 From: azur84 Date: Sun, 26 Apr 2026 09:20:50 +0100 Subject: [PATCH] use custom docker image --- .gitea/workflows/build.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index ab2af88..dbfbde8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -9,24 +9,12 @@ jobs: build: runs-on: ubuntu-latest container: - image: archlinux + image: git.azur.webhop.me/azur/arch-builder:latest options: --privileged permissions: packages: write contents: write steps: - - name: Cache Pacman Data - uses: actions/cache@v4 - with: - path: | - /var/cache/pacman/pkg - /var/lib/pacman/sync - key: pacman-cache-${{ github.run_id }} - restore-keys: | - pacman-cache- - - name: Update packages - run: | - pacman -Syu --noconfirm --noprogressbar --needed base-devel devtools btrfs-progs dbus sudo nodejs pacman-contrib - name: Checkout repo uses: actions/checkout@v4 with: @@ -62,8 +50,6 @@ jobs: if: steps.compare.outputs.build == 'true' run: | cd $GITHUB_WORKSPACE - useradd -m builder - echo "builder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers chown -R builder:builder . sudo -u builder updpkgsums sudo -u builder makepkg -s --noconfirm