Browse Source

Merge pull request #199 from ollama-webui/build-error-fix

build: arm/v7 removed
Timothy Jaeryang Baek 1 năm trước cách đây
mục cha
commit
ca1daf5e02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/docker-build.yaml

+ 1 - 1
.github/workflows/docker-build.yaml

@@ -52,6 +52,6 @@ jobs:
         with:
           context: .
           push: true
-          platforms: linux/amd64,linux/arm64,linux/arm/v7
+          platforms: linux/amd64,linux/arm64
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}