FEAT(docker): add ARM64 build support

- Add ARM64 support
- For Oracle Cloud deployment
This commit is contained in:
2025-12-03 02:15:16 +09:00
parent 7a21e7a50b
commit 88bb85d18f
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정 # 이미지 태그 설정
images: images:
- name: ghcr.io/mayne0213/jovies - name: ghcr.io/mayne0213/jovies
newTag: main-sha-f5ec1629d459aa55abe8d408e48d75dbbc9f62fd newTag: main-sha-3aff09fd8cb76a1b7466341a4d18fd0101242378
patchesStrategicMerge: patchesStrategicMerge:
- deployment-patch.yaml - deployment-patch.yaml