Merge pull request #33 from langflow-ai/add-langflow-dockerfile-ci
feat: Update build-multiarch to add langflow dockerfile
This commit is contained in:
commit
fa1f843746
1 changed files with 21 additions and 0 deletions
21
.github/workflows/build-multiarch.yml
vendored
21
.github/workflows/build-multiarch.yml
vendored
|
|
@ -37,6 +37,20 @@ jobs:
|
|||
arch: arm64
|
||||
runs-on: [self-hosted, linux, ARM64, langflow-ai-arm64-2]
|
||||
|
||||
# langflow
|
||||
- image: langflow
|
||||
file: ./Dockerfile.langflow
|
||||
tag: phact/openrag-langflow
|
||||
platform: linux/amd64
|
||||
arch: amd64
|
||||
runs-on: ubuntu-latest
|
||||
- image: langflow
|
||||
file: ./Dockerfile.langflow
|
||||
tag: phact/openrag-langflow
|
||||
platform: linux/arm64
|
||||
arch: arm64
|
||||
runs-on: self-hosted
|
||||
|
||||
# opensearch
|
||||
- image: opensearch
|
||||
file: ./Dockerfile
|
||||
|
|
@ -123,6 +137,13 @@ jobs:
|
|||
phact/openrag-frontend:$VERSION-amd64 \
|
||||
phact/openrag-frontend:$VERSION-arm64
|
||||
|
||||
docker buildx imagetools create -t phact/openrag-langflow:$VERSION \
|
||||
phact/openrag-langflow:$VERSION-amd64 \
|
||||
phact/openrag-langflow:$VERSION-arm64
|
||||
docker buildx imagetools create -t phact/openrag-langflow:latest \
|
||||
phact/openrag-langflow:$VERSION-amd64 \
|
||||
phact/openrag-langflow:$VERSION-arm64
|
||||
|
||||
docker buildx imagetools create -t phact/openrag-opensearch:$VERSION \
|
||||
phact/openrag-opensearch:$VERSION-amd64 \
|
||||
phact/openrag-opensearch:$VERSION-arm64
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue