From 31e1b4c41053f24ce19749ca628e4c4de51105b5 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr> Date: Fri, 7 Apr 2023 16:18:18 +0200 Subject: [PATCH] tempary removal of arm64 multiarch ci. --- .github/workflows/ci-qemu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-qemu.yml b/.github/workflows/ci-qemu.yml index ac9a560..b65eefa 100644 --- a/.github/workflows/ci-qemu.yml +++ b/.github/workflows/ci-qemu.yml @@ -79,7 +79,8 @@ jobs: uses: docker/build-push-action@v4 with: context: . - platforms: linux/amd64,linux/arm64/v8 +# platforms: linux/amd64,linux/arm64/v8 + platforms: linux/amd64 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} -- GitLab