mirror of
https://git.netzspielplatz.de/docker-multiarch/minio.git
synced 2025-11-08 20:29:25 +00:00
Exploring if buildx can be installed on runners
This commit is contained in:
parent
638e508c06
commit
b2cb224903
1 changed files with 7 additions and 0 deletions
|
|
@ -7,4 +7,11 @@ docker-build-master:
|
|||
- docker:dind
|
||||
script:
|
||||
- docker --version
|
||||
- mkdir -p ~/.docker/cli-plugins
|
||||
- ls -ltar ~/.docker
|
||||
- ls -ltar ~/.docker/cli-plugins
|
||||
- wget https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-arm64
|
||||
- mv buildx* ~/.docker/cli-plugins/buildx
|
||||
- ls -ltar ~/.docker/cli-plugins
|
||||
# - export DOCKER_BUILDKIT=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue