From f364274dfb2aa729259d67231f150aaf41e2526f Mon Sep 17 00:00:00 2001 From: recalcitrantsupplant Date: Thu, 7 Nov 2024 11:12:52 +1000 Subject: [PATCH] temporarily disable arm build in github action --- .github/workflows/on_push_to_main.yaml | 2 +- .github/workflows/on_release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_push_to_main.yaml b/.github/workflows/on_push_to_main.yaml index 61c3907a..9755cc5b 100644 --- a/.github/workflows/on_push_to_main.yaml +++ b/.github/workflows/on_push_to_main.yaml @@ -90,4 +90,4 @@ jobs: ${{ env.IMAGE_NAME }}:dev # Set provenance to false due to issue documented here: https://github.com/docker/build-push-action/issues/778 provenance: false - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 #,linux/arm64 temporarily disable due to https://github.com/oxigraph/oxigraph/issues/1077 diff --git a/.github/workflows/on_release.yaml b/.github/workflows/on_release.yaml index 41329a6a..961e5a55 100644 --- a/.github/workflows/on_release.yaml +++ b/.github/workflows/on_release.yaml @@ -66,4 +66,4 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} # Set provenance to false due to issue documented here: https://github.com/docker/build-push-action/issues/778 provenance: false - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 #,linux/arm64 temporarily disable due to https://github.com/oxigraph/oxigraph/issues/1077