mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-19 20:28:29 +00: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
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm
|
platforms: linux/amd64,linux/arm64
|
||||||
context: .
|
context: .
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
|
|
Loading…
Reference in a new issue