Add support for ARM64 docker image

Signed-off-by: Said Sakuh <said.sakuh@gmail.com>
This commit is contained in:
Said Sakuh
2023-03-06 11:00:53 +01:00
committed by GitHub
parent 7ca4ca02c0
commit cd64a788ec
@@ -55,6 +55,7 @@ jobs:
context: './example-app'
file: ./example-app/packages/backend/Dockerfile
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/${{ github.repository_owner }}/backstage:latest
ghcr.io/${{ github.repository_owner }}/backstage:${{ github.event.client_payload.version }}