ci: setup qemu, buildx for standard image builds

This commit is contained in:
Matt McCormick 2024-04-05 08:29:49 -04:00 committed by Matt McCormick
parent 7a62133ff7
commit b459265243

View File

@ -1270,6 +1270,11 @@ jobs:
- name: load base
run: xz -d -k < ./cache/base.tar.xz | docker import - dockcross/base:latest
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: build
env: