From 9139ecaaa6e9a5e0e63ef8097364158eb712f74d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=86=8C=EB=AF=BC?= Date: Sat, 13 Apr 2024 20:55:11 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20docker=20build=20workflow=20=ED=94=8C?= =?UTF-8?q?=EB=9E=AB=ED=8F=BC=20=EB=B2=84=EC=A0=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0dee69b..18d6fce 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -57,7 +57,7 @@ jobs: - name: Docker build run: | docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} - docker build --platform linux/amd64/v8 -t app . + docker build --platform linux/arm64/v8 -t app . docker tag app ${{ secrets.DOCKER_USERNAME }}/conet:latest docker push ${{ secrets.DOCKER_USERNAME }}/conet:latest