CI: run on dedicated 'paperscan' runner label (x86_64 LXC)
All checks were successful
Build APK / build (push) Successful in 23m48s
All checks were successful
Build APK / build (push) Successful in 23m48s
Both the ARM64 global runner and the new LXC runner had the ubuntu-latest label, so Gitea could dispatch the Android build to the incompatible ARM box. Use a unique 'paperscan' label so only the x86_64 LXC runner matches. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
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.
|
# Image met Android SDK + JDK 17 + Gradle voorgeïnstalleerd.
|
||||||
container:
|
container:
|
||||||
image: mingc/android-build-box:latest
|
image: mingc/android-build-box:latest
|
||||||
|
|||||||
Reference in New Issue
Block a user