Skip to content

Commit 7cabde3

Browse files
committed
fix: 백엔드 이미지 멀티 플랫폼 지원 추가
- 라즈베리파이(ARM) 환경 지원을 위해 이미지 빌드 시 platforms 옵션 추가
1 parent eb8fce1 commit 7cabde3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
context: .
5050
file: docker-files/backend/Dockerfile
5151
push: true
52+
platforms: linux/amd64,linux/arm64
5253
tags: ghcr.io/${{ github.repository }}/backend:latest
5354
cache-from: type=gha
5455
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)