chore: Update platforms to only support linux/amd64 for docker build process

This commit is contained in:
ogabrielluiz 2024-06-17 18:19:33 -03:00
commit 600c99b995

View file

@ -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 }}