Skip to content

Commit

Permalink
feat: Edit makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowei committed Nov 20, 2022
1 parent c3554c0 commit d7542c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d7542c2

Please sign in to comment.