Merge pull request #16707 from ssakuh/master

Add support for ARM64 docker image
This commit is contained in:
Patrik Oldsberg
2023-03-06 13:29:17 +01:00
committed by GitHub
@@ -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 }}