Skip to content

Commit

Permalink
Set up QEMU, buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroPower committed Dec 23, 2024
1 parent 05c1001 commit 76669df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ jobs:
with:
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set up devbox
uses: jetify-com/[email protected]
with:
Expand Down

0 comments on commit 76669df

Please sign in to comment.