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 9698682 commit 63fd6c2Copy full SHA for 63fd6c2
Makefile
@@ -0,0 +1,9 @@
1
+DOCKER_IMAGE=dockette/docker
2
+
3
+docker-build:
4
+ docker buildx \
5
+ build \
6
+ --platform linux/amd64,linux/arm64 \
7
+ --pull \
8
+ -t ${DOCKER_IMAGE} \
9
+ .
0 commit comments