Skip to content

Commit

Permalink
Migrate to QEMU
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickklaeren committed Nov 12, 2023
1 parent 15e1c9e commit 95647b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
steps:
- uses: actions/checkout@v4

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

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

- name: Authorise Registry
uses: docker/login-action@v3
with:
Expand All @@ -38,6 +44,6 @@ jobs:
with:
context: .
push: true
platforms: linux/arm/v8
platforms: linux/amd64,linux/arm64,linux/arm/v8
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 95647b3

Please sign in to comment.