Skip to content

Commit

Permalink
chore(CI): Remove linux/arm64
Browse files Browse the repository at this point in the history
 > [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
  • Loading branch information
jim60105 authored Aug 28, 2023
1 parent 4788362 commit e6ca4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit e6ca4d2

Please sign in to comment.