From a7962143131bf07caa151a47750df01fcedef67a Mon Sep 17 00:00:00 2001 From: kba Date: Tue, 16 Jul 2024 20:41:58 +0200 Subject: [PATCH] ci: gha: disable ppc build b/c it hangs on dependencies --- .github/workflows/docker-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index dc532a4a95..09428e5836 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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: |