Skip to content

Commit

Permalink
Remove ARM32 to fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhelev committed Aug 6, 2023
1 parent 92cfafa commit 75049ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ build-container:
docker build -t miiocli:${tag} .

push:
docker buildx build --push --platform linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/amd64 --tag clickbg/miiocli:${tag} .
docker buildx build --push --platform linux/arm64/v8,linux/amd64 --tag clickbg/miiocli:${tag} .

.PHONY: all push build-container

0 comments on commit 75049ec

Please sign in to comment.