Skip to content

Commit

Permalink
Explicitly set up QEMU to try and work around CI trouble
Browse files Browse the repository at this point in the history
Related to #2

We've had a few more instances of the same issue since then.
  • Loading branch information
spantaleev committed Sep 21, 2024
1 parent bba5b79 commit 5de7559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
name: Build and Publish
runs-on: self-hosted
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to ghcr.io
Expand Down

0 comments on commit 5de7559

Please sign in to comment.