Skip to content

Commit

Permalink
fix: change docker build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
ZZ3n committed Sep 17, 2024
1 parent c3ecad1 commit 24afe8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
# push it to ECR so that it can
# be deployed to ECS.
docker build \
--platform linux/arm64 \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG \
--build-arg NEXT_PUBLIC_API_URL=${{ vars.NEXT_PUBLIC_API_URL_PROD }} \
--build-arg NEXT_PUBLIC_GA_ID=${{ vars.NEXT_PUBLIC_GA_ID_PROD }} \
Expand Down

0 comments on commit 24afe8e

Please sign in to comment.