Skip to content

Commit

Permalink
ci: setup qemu, buildx for standard image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 5, 2024
1 parent eeee900 commit 22d4004
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dockcross CI
game: Dockcross CI

on:
push:
Expand Down Expand Up @@ -1148,6 +1148,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
run: |
Expand Down

0 comments on commit 22d4004

Please sign in to comment.