diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3e06d513..fa2ff154 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,5 +40,6 @@ jobs: uses: docker/build-push-action@v4 with: context: server + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.login-ecr.outputs.registry }}/${{ env.ECR_REPOSITORY }}:latest