Skip to content

Commit

Permalink
chore : docker build 시 플랫폼 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Oct 4, 2024
1 parent a8d6beb commit b93c766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: yarn install --immutable

- name: build docker
run: docker build -t ghcr.io/${{ github.repository }}/jhkang-intro:latest .
run: docker build --platform linux/arm64 -t ghcr.io/${{ github.repository }}/jhkang-intro:latest .

- name: push image
run: docker push ghcr.io/${{ github.repository }}/jhkang-intro:latest
Expand Down

0 comments on commit b93c766

Please sign in to comment.