From 324aec0b18e65dd0936a216e9689bd780ef76e0c Mon Sep 17 00:00:00 2001 From: Seol_JY Date: Fri, 28 Feb 2025 00:40:24 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20ci/cd=20=ED=8C=8C=EC=9D=B4=ED=94=84?= =?UTF-8?q?=EB=9D=BC=EC=9D=B8=EC=97=90=EC=84=9C=20Docker=EB=A5=BC=20arm64?= =?UTF-8?q?=20=EC=95=84=ED=82=A4=ED=85=8D=EC=B2=98=EB=A1=9C=20=EB=B9=8C?= =?UTF-8?q?=EB=93=9C=ED=95=98=EB=8F=84=EB=A1=9D=20=EA=B5=AC=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/continuous-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-deploy.yml b/.github/workflows/continuous-deploy.yml index f725e54..2cc7585 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -66,6 +66,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max + platforms: linux/arm64 deploy-instance1: needs: build-and-upload