mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(ghcr deploy) use platform
This commit is contained in:
parent
7e06944d80
commit
5b151c8566
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ghcr_deploy.yml
vendored
2
.github/workflows/ghcr_deploy.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue