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 7015e7d commit fb8d6faCopy full SHA for fb8d6fa
worker/Makefile
@@ -4,7 +4,7 @@ tag = 2.2.0_4.2.8
4
5
.DEFAULT_GOAL: build
6
build:
7
- docker build -t $(user)/$(project):$(tag) .
+ docker buildx build --platform linux/amd64 -t $(user)/$(project):$(tag) .
8
docker login -u $(user)
9
docker push $(user)/$(project):$(tag)
10
echo "Your new docker registry is ready at: $(user)/$(project):$(tag)"
0 commit comments