Skip to content

Commit

Permalink
use docker buildx org for installing buildx and qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Aug 25, 2021
1 parent 002c799 commit 3be8209
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ orbs:
gcp-cli: circleci/[email protected]
codecov: codecov/[email protected]
pr-comment: benjlevesque/[email protected]
docker-buildx: sensu/[email protected]

executors:
golang:
Expand Down Expand Up @@ -46,9 +47,6 @@ jobs:
- run:
name: "Configure Docker multi arch builds"
command: |
mkdir -p ~/.docker/cli-plugins
curl -fL https://github.com/docker/buildx/releases/download/v0.6.1/buildx-v0.6.1.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
chmod a+x ~/.docker/cli-plugins/docker-buildx
docker context create tls-environment
docker buildx create --name stanza --use tls-environment
docker buildx inspect --bootstrap
Expand Down Expand Up @@ -115,9 +113,6 @@ jobs:
- run:
name: "Configure Docker multi arch builds"
command: |
mkdir -p ~/.docker/cli-plugins
curl -fL https://github.com/docker/buildx/releases/download/v0.6.1/buildx-v0.6.1.linux-amd64 -o ~/.docker/cli-plugins/docker-buildx
chmod a+x ~/.docker/cli-plugins/docker-buildx
docker context create tls-environment
docker buildx create --name stanza --use tls-environment
docker buildx inspect --bootstrap
Expand Down

0 comments on commit 3be8209

Please sign in to comment.