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 1f35750 commit 9316988Copy full SHA for 9316988
Makefile
@@ -1,8 +1,8 @@
1
-.PHONY: builx_container build_and_push
+.PHONY: buildx_container build_and_push
2
3
DOCKER_REGISTRY ?= masipcat/wireguard-go
4
5
-builx_container:
+buildx_container:
6
docker buildx create \
7
--name container \
8
--driver=docker-container
0 commit comments