Skip to content

Commit

Permalink
disable arm64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Feb 15, 2025
1 parent de20e91 commit 05c626e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_hypernext.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v8.1.5
image: tonistiigi/binfmt:qemu-v9.2.0

# https://github.com/docker/login-action#docker-hub
- name: Login to Docker Hub
Expand All @@ -69,7 +69,10 @@ jobs:
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/arm64,linux/amd64
# disable arm64 for now because of https://github.com/tonistiigi/binfmt/issues/215 https://github.com/docker/setup-qemu-action/issues/188
# maybe we can use native arm64 runners instead of qemu if that doesn't get fixed
#platforms: linux/arm64,linux/amd64
platforms: linux/amd64
push: true
build-args: |
ELABFTW_VERSION=${{ github.ref_name }}
Expand Down

0 comments on commit 05c626e

Please sign in to comment.