(ghcr deploy) use platform

This commit is contained in:
ishaan-jaff 2024-01-25 08:43:38 -08:00
parent 7e06944d80
commit 5b151c8566

View file

@ -82,6 +82,8 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta.outputs.tags }}-latest # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest'
labels: ${{ steps.meta.outputs.labels }}
platform: local, linux/amd64,linux/arm64
build-and-push-image-ui:
runs-on: ubuntu-latest
permissions: