Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Revert "remove superflous context line and switch to default context"
Browse files Browse the repository at this point in the history
This reverts commit 5be9778.
  • Loading branch information
maquis196 committed Aug 27, 2020
1 parent 5be9778 commit 9dfaeef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ commands:
- run: chmod a+x ~/.docker/cli-plugins/docker-buildx
# install qemu links in /proc/sys/fs/binfmt_misc on the docker instance running the circleci job
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- run: docker buildx create --use
- run: docker context create builder
- run: docker buildx create builder --use

docker_build:
description: Builds and pushed images to dockerhub using buildx
Expand Down

0 comments on commit 9dfaeef

Please sign in to comment.