forked from open-webui/open-webui
Try out Codellama fix
This commit is contained in:
parent
71dd9bcbe5
commit
b4e0369df1
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docker-build.yaml
vendored
4
.github/workflows/docker-build.yaml
vendored
|
@ -27,9 +27,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
platform: [ linux/amd64, linux/arm64 ]
|
||||
|
||||
steps:
|
||||
- name: Prepare
|
||||
|
|
Loading…
Reference in a new issue