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 b3df728
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
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 b3df728

Please sign in to comment.