Skip to content

Commit

Permalink
Hotfix ARm build
Browse files Browse the repository at this point in the history
  • Loading branch information
FranekStark authored Sep 24, 2024
1 parent 062c07f commit 50a7040
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# Step 2.5: Install QEMU for ARM emulation
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

# Step 3: Create a builder instance
- name: Create a builder
run: docker buildx create --use
Expand Down

0 comments on commit 50a7040

Please sign in to comment.