Remove setup-qemu step from Docker build job (#12387)

This commit is contained in:
Michele Degges 2022-02-24 12:35:47 -08:00 committed by GitHub
parent 836a4a6d2e
commit 544585370b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -242,10 +242,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
with:
platforms: all
- name: Docker Build (Action)
uses: hashicorp/actions-docker-build@v1
with: