Skip to content

Commit

Permalink
add arm64 platform flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Yavorsky committed May 15, 2024
1 parent 53fca53 commit e4b625a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/aws-ecs-deploy-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
tags: latest,${{ needs.setup_env.outputs.IMAGE_TAG }}
dockerfile: ${{ env.DOCKERFILE }}
path: ${{ env.DOCKER_PATH }}
extra_build_args: "--platform=linux/arm64"
deploy:
name: Deploy to AWS ECS
runs-on: ubuntu-latest
Expand Down

0 comments on commit e4b625a

Please sign in to comment.