FEAT(docker): add ARM64 build support

- Add ARM64 support
- For Oracle Cloud deployment
This commit is contained in:
2025-12-03 02:15:29 +09:00
parent ae6e42348c
commit b9a05dae65
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ jobs:
context: ./services/nextjs
file: ./deploy/docker/Dockerfile.prod
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha