Update deploy.yml to include arm64

This commit is contained in:
2023-10-12 09:59:31 +02:00
committed by Mathieu Virbel
parent bbe63ad407
commit 63c1cbe89b

View File

@@ -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