|
|
b5bb97aa16
|
REFACTOR(repo): simplify project structure
Build Docker Image / build-and-push (push) Has been cancelled
CI / lint-and-build (push) Has been cancelled
- Move services/nextjs/ to nextjs/
- Move Dockerfile.prod to Dockerfile at root
- Remove deploy/ folder (K8s manifests moved to K3S-HOME/web-apps)
- Remove .gitea/ workflows
- Update GitHub Actions for new structure
- Remove develop branch triggers
|
2026-01-05 02:03:53 +09:00 |
|
|
|
83fd35c3ee
|
REFACTOR(auth): use CR_PAT for ghcr.io
- Use CR_PAT instead of GITHUB_TOKEN for registry login
- Fix authentication for private container registry
|
2025-12-30 01:47:55 +09:00 |
|
|
|
7266a3127f
|
REFACTOR(app): use native ARM64 runner
- Switch to native ARM64 runner
- Remove QEMU emulation overhead
|
2025-12-05 22:48:46 +09:00 |
|
|
|
c024211abc
|
FEAT(app): add QEMU for ARM64 build
- Enable ARM64 cross-compilation
- Add QEMU emulation support
|
2025-12-05 22:29:34 +09:00 |
|
|
|
07e5ca11a4
|
PERF(docker): optimize for arm64 only
- Optimize for arm64 only
- Remove multi-platform build
|
2025-12-04 22:06:17 +09:00 |
|
|
|
6e60b4a1a2
|
CHORE(ci): update CI/CD to support develop branch
- Add develop branch to CI triggers
- Enable multi-branch deployments
|
2025-12-03 15:01:01 +09:00 |
|
|
|
b9a05dae65
|
FEAT(docker): add ARM64 build support
- Add ARM64 support
- For Oracle Cloud deployment
|
2025-12-03 02:15:29 +09:00 |
|
|
|
8b195378a5
|
CHORE(app): initial configuration
- Add initial app settings
- Configure base deployment
|
2025-11-24 22:09:18 +09:00 |
|