Files
apk/.gitea/workflows/build_arch.yml
anorien90 9f92574cbf
Some checks failed
Test setup and build APKs / Build-APK-Arch-Linux (push) Failing after 32s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 11s
manual setup for arch runner test
2025-12-09 13:45:00 +01:00

33 lines
859 B
YAML

name: Test setup and build APKs
run-name: ${{ gitea.actor }} is building the Docker Images for ${{ gitea.repository }}
on: [push]
branches:
- master
jobs:
Build-APK-Arch-Linux: # Renamed job for clarity
runs-on: archlinux
container:
volumes:
- /prod/data/apk/:/prod/data/apk/:rw # host_path:container_path:mode (rw or ro)
steps:
- name: Install act_runner dependencies
run: |
pacman -Syu --noconfirm git base-devel
- name: Fetch act_runner setup script
run: |
git clone https://gist.github.com/c7672ecd2ef5d96ebd09ccd13a668a91.git /opt/act_runner
chmod +x /opt/act_runner/install.sh
/opt/act_runner/install.sh
- name: Check out Repository
uses: actions/checkout@v4
- name: Start setup proces
run: |
./setup.sh