Update build-multiarch.yml
This commit is contained in:
parent
4aba4de946
commit
e013b6155a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build-multiarch.yml
vendored
6
.github/workflows/build-multiarch.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
tag: phact/openrag-backend
|
||||
platform: linux/arm64
|
||||
arch: arm64
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux, ARM64, langflow-ai-arm64-2]
|
||||
|
||||
# frontend
|
||||
- image: frontend
|
||||
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
tag: phact/openrag-frontend
|
||||
platform: linux/arm64
|
||||
arch: arm64
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux, ARM64, langflow-ai-arm64-2]
|
||||
|
||||
# opensearch
|
||||
- image: opensearch
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
tag: phact/openrag-opensearch
|
||||
platform: linux/arm64
|
||||
arch: arm64
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, linux, ARM64, langflow-ai-arm64-2]
|
||||
|
||||
runs-on: ${{ matrix.runs-on }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue