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

Commit

Permalink
use pre-installed buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
steersbob committed Aug 17, 2021
1 parent f1c3eee commit ad44db4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ steps:
displayName: Build
- bash: |
curl -fsSL https://raw.githubusercontent.com/BrewBlox/deployed-images/develop/prepare_buildx.sh | bash
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --use
docker buildx inspect --bootstrap
displayName: Prepare buildx
condition: and(succeeded(), variables.BRANCH)
Expand Down

0 comments on commit ad44db4

Please sign in to comment.