We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e5f11 commit 734ab70Copy full SHA for 734ab70
.circleci/config.yml
@@ -44,7 +44,6 @@ jobs:
44
- *attach_workspace
45
- setup_remote_docker:
46
version: 18.09.3
47
- - run: apk add make curl
48
- run: mkdir -vp ~/.docker/cli-plugins/
49
- run: curl --silent -L --output ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64
50
- run: chmod a+x ~/.docker/cli-plugins/docker-buildx
@@ -63,7 +62,6 @@ jobs:
63
62
64
65
66
67
68
69
0 commit comments