From de57a4b78b6bc8b20006c3f4cdd8461092e0fd92 Mon Sep 17 00:00:00 2001 From: anorien90 Date: Tue, 9 Dec 2025 14:07:13 +0100 Subject: [PATCH] fixed issue for makepkg paru and Root execution on worflow container --- .gitea/workflows/build_arch.yml | 2 +- .gitea/workflows/build_images.yml | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .gitea/workflows/build_images.yml diff --git a/.gitea/workflows/build_arch.yml b/.gitea/workflows/build_arch.yml index 2e9a84e..ba0cf63 100644 --- a/.gitea/workflows/build_arch.yml +++ b/.gitea/workflows/build_arch.yml @@ -26,7 +26,7 @@ jobs: - name: Install Node.js for Checkout Action run: | - pacman -S --noconfirm nodejs npm + pacman -Syu --noconfirm nodejs npm - name: Check out Repository uses: actions/checkout@v4 diff --git a/.gitea/workflows/build_images.yml b/.gitea/workflows/build_images.yml deleted file mode 100644 index eba5fb1..0000000 --- a/.gitea/workflows/build_images.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Test setup and build APKs -run-name: ${{ gitea.actor }} is building the Docker Images for ${{ gitea.repository }} -on: [push] -branches: - - master - -jobs: - Build-and-Create-Development-Environment: # Renamed job for clarity - runs-on: ubuntu-latest - - container: - volumes: - - /prod/data/apk/:/prod/data/apk/:rw # host_path:container_path:mode (rw or ro) - - steps: - # 1. Fetch all history for cross-branch operations - - name: Check out Repository - uses: actions/checkout@v4 - - - name: Start setup process - run: | - ./setup.sh