This commit is contained in:
Travis Glenn Hansen 2020-02-12 12:25:51 -07:00
parent 6ebeca3225
commit a14fd3fbd0
1 changed files with 1 additions and 1 deletions

View File

@ -25,10 +25,10 @@ before_install:
- wget -O ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-${ARCH}
- chmod a+x ~/.docker/cli-plugins/docker-buildx
- docker info
- docker buildx inspect --bootstrap
install:
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- docker buildx create --name xbuilder --use
- docker buildx inspect --bootstrap
script: true
deploy: