From 90d807bdb04f6c9859d0c256aa2f5e29ecd55a2b Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 25 Jan 2024 17:12:24 -0800 Subject: [PATCH] (ci/cd) build ui, litellm on arm64 --- .github/workflows/ghcr_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 6054d27d8..68f10b394 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -82,7 +82,7 @@ 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 + platform: local, linux/amd64,linux/arm64,linux/arm64/v8 build-and-push-image-ui: runs-on: ubuntu-latest @@ -114,6 +114,7 @@ jobs: push: true tags: ${{ steps.meta-ui.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta-ui.outputs.tags }}-latest labels: ${{ steps.meta-ui.outputs.labels }} + platform: local, linux/amd64,linux/arm64,linux/arm64/v8 build-and-push-image-database: runs-on: ubuntu-latest permissions: