mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-13 17:40:07 +01:00
ci: setup qemu, buildx for standard image builds
This commit is contained in:
parent
7a62133ff7
commit
b459265243
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -1270,6 +1270,11 @@ jobs:
|
|||||||
|
|
||||||
- name: load base
|
- name: load base
|
||||||
run: xz -d -k < ./cache/base.tar.xz | docker import - dockcross/base:latest
|
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
|
- name: build
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user