Merge remote-tracking branch 'origin/dev' into two_edges

This commit is contained in:
ogabrielluiz 2024-06-18 14:51:19 -03:00
commit 584cd59961
11 changed files with 85 additions and 66 deletions

View file

@ -86,7 +86,7 @@ jobs:
with:
context: .
push: true
platforms: "linux/amd64,linux/arm64/v8"
platforms: "linux/amd64"
file: ${{ needs.setup.outputs.file }}
tags: ${{ needs.setup.outputs.tags }}
@ -120,7 +120,7 @@ jobs:
with:
context: .
push: true
platforms: "linux/amd64,linux/arm64/v8"
platforms: "linux/amd64"
build-args: |
LANGFLOW_IMAGE=langflowai/langflow:${{ inputs.version }}
file: ${{ matrix.dockerfile }}