mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-12-17 20:56:34 +00:00
remove arm64 build for docker cuda image
This commit is contained in:
parent
6a9c34d408
commit
8e9142adcb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
file: ./docker/cuda.Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
tags: ${{ steps.get-variables.outputs.gh-username-lower }}/libretranslate:${{ env.TAG }}-cuda
|
||||
push: true
|
||||
cache-from: type=gha
|
||||
|
|
Loading…
Reference in a new issue