mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-03-03 15:32:14 +02:00
Enable multi-platform docker images
This commit is contained in:
parent
b9293e911a
commit
9629cb8888
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Build and push Image
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
platforms: linux/amd64
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: |
|
||||
${{ steps.get-variables.outputs.gh-username-lower }}/libretranslate:${{ env.TAG }},
|
||||
ghcr.io/${{ steps.get-variables.outputs.gh-username-lower }}/libretranslate:${{ env.TAG }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user