From afc6ba8241f9a7e973f913c7288f442273ba54ba Mon Sep 17 00:00:00 2001 From: Timothy Date: Sat, 20 Feb 2021 11:47:48 +0800 Subject: [PATCH] update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 08a4d99..9519b6f 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ install: image: # Build docker image go clean - docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 -t timothyye/godns:${VERSION} . --push - docker buildx build --platform linux/amd64,linux/386,linux/arm64,linux/arm/v7 -t timothyye/godns:latest . --push + docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t timothyye/godns:${VERSION} . --push + docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t timothyye/godns:latest . --push release: # Clean go clean