Skip to content

Commit fb8d6fa

Browse files
authored
Update Makefile (#204)
make builds accessible to intel and ARM chips
1 parent 7015e7d commit fb8d6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tag = 2.2.0_4.2.8
44

55
.DEFAULT_GOAL: build
66
build:
7-
docker build -t $(user)/$(project):$(tag) .
7+
docker buildx build --platform linux/amd64 -t $(user)/$(project):$(tag) .
88
docker login -u $(user)
99
docker push $(user)/$(project):$(tag)
1010
echo "Your new docker registry is ready at: $(user)/$(project):$(tag)"

0 commit comments

Comments
 (0)