Skip to content

Commit

Permalink
Adding QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrink committed Nov 22, 2023
1 parent 8af8fcc commit db5cfb5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Docker Setup Buildx
uses: docker/setup-buildx-action@v2.10.0
uses: docker/setup-buildx-action@v3
with:
platforms: linux/arm/v7,linux/arm64/v8
- name: Log in to the Container registry
uses: docker/login-action@v2.2.0
uses: docker/login-action@v3
with:
registry: https://ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit db5cfb5

Please sign in to comment.