Skip to content

Commit 16fe6dd

Browse files
authored
Merge pull request #5 from leafcloudhq/fix-pipeline
updated makefile to use https git
2 parents a21e73a + 09ca19c commit 16fe6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ geoip-download: $(databases)
4040

4141
# Create an environment to build multiarch containers (https://github.com/docker/buildx/)
4242
docker-multiarch-builder:
43-
DOCKER_BUILDKIT=1 $(DOCKER) build -o . git://github.com/docker/buildx
43+
DOCKER_BUILDKIT=1 $(DOCKER) build -o . https://github.com/docker/buildx.git
4444
mkdir -p ~/.docker/cli-plugins
4545
mv buildx ~/.docker/cli-plugins/docker-buildx
4646
$(DOCKER) buildx create --name multiarch-builder --node multiarch-builder --driver docker-container --use

0 commit comments

Comments
 (0)