mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:55:07 +01:00
Merge pull request #763 from movie-web/remove-arm
Remove ARM-32 bit from Docker build
This commit is contained in:
commit
755be9dd99
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 New Issue
Block a user