PERF(docker): optimize for arm64 only

- Optimize for arm64 only
- Remove multi-platform build
This commit is contained in:
2025-12-04 22:05:55 +09:00
parent 47470b025d
commit 07e5ca11a4
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -13,7 +13,7 @@ commonLabels:
# 이미지 태그 설정
images:
- name: ghcr.io/mayne0213/todo
newTag: main-sha-5a440587b5f70b23446c423ca74cfe1574037983
newTag: main-sha-a7d7b29486e273e8e0c3d39ad9247703b70e9234
patchesStrategicMerge:
- deployment-patch.yaml