commit | e50b6b5c6ba8d88ce2aba21402c778564ab97e12 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 21 16:05:56 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Sep 21 16:05:56 2022 -0400 |
tree | f540322974c1e7d2751753592e639c27a9259831 | |
parent | 6d1f1b229a37b6e3fe5d798319c84eccf42d7950 [diff] |
ci: fix build jobs
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d0a6f16..49e2ab6 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml
@@ -30,6 +30,12 @@ molecule: runs-on: ubuntu-latest steps: + - name: Install QEMU static binaries + uses: docker/setup-qemu-action@v2 + + - name: Configure Buildkit + uses: docker/setup-buildx-action@v2 + - name: Checkout project uses: actions/checkout@v3.0.2