Skip to content

Commit 04ce8e7

Browse files
uwoobeatkdomochar-yb
authored
hotfix: 프로덕션 도커 빌드 시 amd64 이미지 같이 생성 (#439)
* hotfix: 도커 이미지를 arm64 플랫폼으로 빌드하도록 수정 (#401) chore: 도커 이미지를 arm64 플랫폼으로 빌드하도록 수정 * chore: 빌드 시 amd64 이미지 같이 생성 --------- Co-authored-by: 도모 <[email protected]> Co-authored-by: yb__char <[email protected]> Co-authored-by: yb__char <[email protected]>
1 parent f1017bd commit 04ce8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production_build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: docker/build-push-action@v5
8282
with:
8383
context: .
84-
platforms: linux/arm64/v8
84+
platforms: linux/arm64/v8, linux/amd64
8585
push: true
8686
tags: ${{ steps.metadata.outputs.tags }}
8787

0 commit comments

Comments
 (0)