ci: wire up the builder-image workflow and fix repo layout #1
Reference in New Issue
Block a user
Delete Branch "ci/wire-up-builder-image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The repo was committed with the CI files misnamed/misplaced, so nothing ran. This moves them into place and fixes the issues found against the Syrinx reference and the Dade target.
Dockerfile.yml→Dockerfile(workflow references./Dockerfile)builder-image.yml→.gitea/workflows/builder-image.yml(Gitea only runs files under.gitea/workflows)build.yml→templates/build.yml(app-repo template, kept out of this repo's run path)runs-on→ubuntu-24.04-arm64(the real Gitea label, matching Syrinx)android-36/ build-tools36.0.0to match Dade'scompileSdk 36(avoids a job-time SDK download)upload-artifact@v4→@v3(v4 unsupported on Gitea)PACKAGE_TOKEN(the PAT the other repos use;GITEA_TOKENis unset and caused the/v2/unauthorized failure)🤖 Generated with Claude Code