mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
chore: remove arm/v6
This commit is contained in:
parent
43ba975408
commit
017c27fb2b
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue