From 94674722b5002122f1b60cf8e9822f7914d533ac Mon Sep 17 00:00:00 2001 From: Jaehyun Ahn <91878695+uwoobeat@users.noreply.github.com> Date: Fri, 17 May 2024 01:25:00 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20=EB=8F=84=EC=BB=A4=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=EB=A5=BC=20arm64=20=ED=94=8C=EB=9E=AB?= =?UTF-8?q?=ED=8F=BC=EC=9C=BC=EB=A1=9C=20=EB=B9=8C=EB=93=9C=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95=20(#401)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: 도커 이미지를 arm64 플랫폼으로 빌드하도록 수정 --- .github/workflows/production_build_deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/production_build_deploy.yml b/.github/workflows/production_build_deploy.yml index 711849c3..d3556302 100644 --- a/.github/workflows/production_build_deploy.yml +++ b/.github/workflows/production_build_deploy.yml @@ -81,6 +81,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . + platforms: linux/arm64/v8 push: true tags: ${{ steps.metadata.outputs.tags }}