Skip to content

Commit

Permalink
ci: gha: disable ppc build b/c it hangs on dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Jul 16, 2024
1 parent 061228c commit a796214
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 @@ -22,7 +22,8 @@ jobs:
DOCKER_BASE_TAG: ghcr.io/ocr-d docker.io/ocrd
# TODO(kba): make the interpolation work correctly
# DOCKER_BUILD: docker buildx build --progress=plain --platform ${{ env.PLATFORMS }} --push
DOCKER_BUILD: docker buildx build --progress=plain --platform linux/amd64,linux/arm64/v8,linux/ppc64le --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
steps:
- name: Export variables
run: |
Expand Down

0 comments on commit a796214

Please sign in to comment.