Skip to content

Commit

Permalink
disable arm64 build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 17, 2024
1 parent 6a1058b commit c2d6e47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
# TODO(kba): make the interpolation work correctly
# DOCKER_BUILD: docker buildx build --progress=plain --platform ${{ env.PLATFORMS }} --push
# TODO(kba): Investigate why ppc64le build hangs on "Installing build dependencies"
DOCKER_BUILD: docker buildx build --progress=plain --platform linux/amd64,linux/arm64/v8 --push
# TODO(kba): Investigate why arm64 fails with .buildkit_qemu_emulator: /usr/local/bin/conda: Invalid ELF image for this architecture
DOCKER_BUILD: docker buildx build --progress=plain --platform linux/amd64 --push
steps:
- name: Export variables
run: |
Expand Down

0 comments on commit c2d6e47

Please sign in to comment.