6 Commits
Author SHA1 Message Date
WylabbandClaude Sonnet 4.5 29ec3bd03e Replace GHA cache with registry cache
Build and publish wylab SS14 server / build-arm64 (push) Successful in 6m10s
Build and publish wylab SS14 server / build-amd64 (push) Failing after 11m57s
Switch from type=gha to type=registry for Docker build caching.
Registry cache works with Gitea runners and stores cache layers
as special tags in the container registry.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:50:40 +01:00
WylabbandClaude Sonnet 4.5 3a0980b294 Remove incompatible GitHub Actions cache from workflow
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
Build and publish wylab SS14 server / build-arm64 (push) Has been cancelled
Remove cache-from and cache-to settings using type=gha, which are
incompatible with Gitea runners. The build completes successfully
but fails when trying to export to the non-existent GHA cache service.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:49:33 +01:00
WylabbandClaude Sonnet 4.5 900969b9ef Fix amd64 runner to use Docker mode
Build and publish wylab SS14 server / build-arm64 (push) Successful in 14s
Build and publish wylab SS14 server / build-amd64 (push) Failing after 14m15s
Restore runs-on to [self-hosted, linux-amd64] which now maps to Docker
mode after updating the runner configuration. This fixes actions/checkout
compatibility while maintaining amd64 tagging.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:25:00 +01:00
WylabbandClaude Sonnet 4.5 f1229098af Switch amd64 job to Docker runner mode
Build and publish wylab SS14 server / build-arm64 (push) Successful in 14s
Build and publish wylab SS14 server / build-amd64 (push) Has been cancelled
Change build-amd64 from host mode to ubuntu-latest Docker runner to
fix actions/checkout compatibility. The checkout action requires a
proper containerized environment that host mode doesn't provide.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 04:19:08 +01:00
WylabbandClaude Sonnet 4.5 2d7fbeb95a Fix checkout action compatibility with gitea-runner
Build and publish wylab SS14 server / build-amd64 (push) Failing after 21s
Build and publish wylab SS14 server / build-arm64 (push) Successful in 22s
Downgrade actions/checkout from v4 to v3 to resolve MODULE_NOT_FOUND
errors in gitea-runner's act environment. The v4 action has known
compatibility issues with act's caching mechanism.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-15 03:59:42 +01:00
Wylabb 893f5de12b chore: trigger CI 2025-12-14 11:39:57 +01:00