We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5be036 commit d60f61fCopy full SHA for d60f61f
docker.mk
@@ -31,3 +31,8 @@ docker-buildx:## docker buildx build sequence
31
@$(DOCKER) buildx create --use --name gnostr-command-buildx || true
32
@$(DOCKER) buildx build -t gnostr-command --platform linux/arm64,linux/amd64 .
33
@$(DOCKER) buildx build -t gnostr-command --platform linux/$(TARGET) . --load
34
+
35
+docker-package-buildx:
36
+ @docker build . --tag ghcr.io/gnostr-org/gnostr-command:latest
37
+docker-package-pushx:
38
+ @$(DOCKER) push ghcr.io/gnostr-org/gnostr-command:latest
0 commit comments