Skip to content

Commit

Permalink
Disable Windows build (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Nov 3, 2024
1 parent 3629f2c commit 2f60582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

for tag in latest $(git tag --points-at | sed s/^v//); do
docker buildx build \
--platform linux/386,linux/amd64,linux/arm,linux/arm64,windows/amd64 \
--platform linux/386,linux/amd64,linux/arm,linux/arm64 \
--tag raviqqe/muffet:$tag \
--push \
.
Expand Down

0 comments on commit 2f60582

Please sign in to comment.