Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharkboy-j committed Jan 4, 2024
1 parent ddd1690 commit 6a4d578
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
@@ -1,7 +1,7 @@
.PHONY: build
build:
#docker build -t ghcr.io/rebell81/ddnser:0.2 -t ghcr.io/rebell81/ddnser:latest --platform linux/arm64 --no-cache .
docker buildx build --platform linux/arm64/v8,linux/amd64 --push --tag ghcr.io/rebell81/ddnser:latest --tag ghcr.io/rebell81/ddnser:0.2 .
docker buildx build --platform linux/arm64,linux/amd64 --push --tag ghcr.io/rebell81/ddnser:latest --tag ghcr.io/rebell81/ddnser:0.2 .
.PHONY: login
login:
docker logout ghcr.io
Expand Down

0 comments on commit 6a4d578

Please sign in to comment.