Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
xpecex committed Sep 18, 2021
1 parent 1809970 commit 7d54210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_install:
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get install -yqq docker-ce docker-ce-cli containerd.io
- sudo systemctl status docker
- sudo systemctl start docker
- sudo docker run --privileged --rm tonistiigi/binfmt --install all
install:
- sudo docker buildx create --use --name builder --driver docker-container --driver-opt image=moby/buildkit:master --buildkitd-flags '--oci-worker-snapshotter=stargz'
Expand Down

0 comments on commit 7d54210

Please sign in to comment.