mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 14:43:37 +08:00
chore: Update platforms to only support linux/amd64 for docker build process
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@ -112,7 +112,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 }}
|
||||
|
||||
Reference in New Issue
Block a user