Skip to content

Commit

Permalink
hotfix: 도커 이미지를 arm64 플랫폼으로 빌드하도록 수정 (#402)
Browse files Browse the repository at this point in the history
chore: 도커 이미지를 arm64 플랫폼으로 빌드하도록 수정
  • Loading branch information
uwoobeat authored May 16, 2024
1 parent fd9b0cb commit 079c1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64/v8
push: true
tags: ${{ steps.metadata.outputs.tags }}

Expand Down

0 comments on commit 079c1dd

Please sign in to comment.