Merge remote-tracking branch 'origin/dev' into two_edges
This commit is contained in:
commit
584cd59961
11 changed files with 85 additions and 66 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue