mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-29 22:08:27 +00:00
Remove ARM-32 bit from Docker build
This commit is contained in:
parent
869e0713c8
commit
ffea08f3d9
2
.github/workflows/deploying.yml
vendored
2
.github/workflows/deploying.yml
vendored
|
@ -173,7 +173,7 @@ jobs:
|
|||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm
|
||||
platforms: linux/amd64,linux/arm64
|
||||
context: .
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue