From e6ca4d2134aec6d47409f76eee098a96d9e3c934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B3=E9=88=9E?= Date: Mon, 28 Aug 2023 11:58:22 +0800 Subject: [PATCH] chore(CI): Remove linux/arm64 > [linux/arm64 base 6/6] RUN python3 -m pip install --no-cache-dir -r ./requirements.txt ujson torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2: 77.05 ERROR: Failed building wheel for safetensors --- .github/workflows/docker_publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_publish.yml b/.github/workflows/docker_publish.yml index ac2dc43..79d84a0 100644 --- a/.github/workflows/docker_publish.yml +++ b/.github/workflows/docker_publish.yml @@ -74,7 +74,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 cache-from: type=gha cache-to: type=gha,mode=max @@ -171,6 +171,6 @@ jobs: build-args: | WHISPER_MODEL=${{ matrix.model }} LANG=${{ matrix.lang }} - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 cache-from: type=gha cache-to: type=gha,mode=max