From d7542c2819ce0ceac553fa38d2d4f05401174034 Mon Sep 17 00:00:00 2001 From: gaowei Date: Sun, 20 Nov 2022 17:30:38 +0800 Subject: [PATCH] feat: Edit makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 7a3cd14..8d73470 100644 --- a/makefile +++ b/makefile @@ -3,8 +3,8 @@ GO111MODULE=on .PHONY: build build: bindata markdown-blog -.PHONY: docker-build -docker-build: package-all +.PHONY: docker-push +docker-push: package-all docker buildx build --platform linux/arm64,linux/amd64 -t willgao/markdown-blog:latest . --push .PHONY: bindata