Skip to content

Commit

Permalink
Setup QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Feb 1, 2025
1 parent 8c263f3 commit b7794c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with:
platforms: linux/amd64,linux/arm64

- name: Extract metadata for the Docker image
id: meta
uses: docker/metadata-action@v4
Expand Down

0 comments on commit b7794c2

Please sign in to comment.