mirror of
https://github.com/remvze/moodist.git
synced 2025-09-29 15:30:49 -04:00
chore: remove arm/v6
This commit is contained in:
parent
43ba975408
commit
017c27fb2b
2
.github/workflows/build_docker.yml
vendored
2
.github/workflows/build_docker.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
GIT_TAG=${GIT_TAG#refs/tags/}
|
GIT_TAG=${GIT_TAG#refs/tags/}
|
||||||
|
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 \
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||||
-t $IMAGE_NAME:latest \
|
-t $IMAGE_NAME:latest \
|
||||||
-t $IMAGE_NAME:$GIT_TAG \
|
-t $IMAGE_NAME:$GIT_TAG \
|
||||||
--push .
|
--push .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user