From 45a873c28cd2be4a85a7d3036105ac0ff5e18d45 Mon Sep 17 00:00:00 2001 From: Natoandro Date: Thu, 15 Feb 2024 15:29:43 +0300 Subject: [PATCH] disable docker test on arm64 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index faaa4457bb..b2696e7fc5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -183,8 +183,8 @@ jobs: runner: ubuntu-latest # FIXME: try macos-14 runner once all actions support it # docker buildx action broken as of 2024-02-09 - - platform: linux/arm64 - runner: custom-macos + # - platform: linux/arm64 + # runner: custom-macos steps: - uses: actions/checkout@v4 - uses: docker/setup-buildx-action@v3