CI: revert to self-hosted paperscan LXC runner (staying on own Gitea)

The gitea.gompstar.com detour is abandoned; restore runs-on: paperscan and
the plain checkout that build successfully on the x86_64 LXC runner.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-13 13:31:43 +02:00
parent 0b0a5cde6c
commit b7056dec41

View File

@@ -9,19 +9,15 @@ on:
jobs:
build:
# amd64-runner (gitea.gompstar.com). Pas dit label aan als de runner daar een
# andere label gebruikt dan de standaard ubuntu-latest.
runs-on: ubuntu-latest
# Dedicated x86_64 runner (LXC op Proxmox) — de globale ARM64-runners hebben deze
# label niet, dus zij pikken deze job niet op.
runs-on: paperscan
# Image met Android SDK + JDK 17 + Gradle voorgeïnstalleerd.
container:
image: mingc/android-build-box:latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Gitea's auto Actions-token returned 403 on the private repo checkout;
# use an explicit PAT (repo read) provided as the CI_TOKEN secret.
token: ${{ secrets.CI_TOKEN }}
- name: Herstel signing keystore uit secret
run: |