From c61a001361d65723848ea65572ebd6b3adceba88 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 16 Oct 2023 01:31:07 +0100 Subject: [PATCH] Remove ARM64 builds for now Too slow and buggy, alas. Until we have proper ARM64 runners somewhere. Need to investigate. --- .github/workflows/magick.yml | 2 +- .github/workflows/playwright.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/magick.yml b/.github/workflows/magick.yml index fe1054c..a8a37d8 100644 --- a/.github/workflows/magick.yml +++ b/.github/workflows/magick.yml @@ -47,7 +47,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 provenance: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index ee886bf..79ed8a5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -51,7 +51,7 @@ jobs: with: context: . push: true - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 provenance: false tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}