mirror of
https://github.com/remvze/moodist.git
synced 2025-08-30 23:00:22 -04:00
chore: remove arm/v7
This commit is contained in:
parent
73a8e03d66
commit
fa9711a1e0
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/}
|
||||
|
||||
docker buildx build \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--platform linux/amd64,linux/arm64 \
|
||||
-t $IMAGE_NAME:latest \
|
||||
-t $IMAGE_NAME:$GIT_TAG \
|
||||
--push .
|
||||
|
Loading…
x
Reference in New Issue
Block a user