From 0447f20c347777191ae3f999d86553fa88111995 Mon Sep 17 00:00:00 2001 From: ktatarnikov Date: Thu, 2 Jan 2025 13:51:01 +0100 Subject: [PATCH] [aarch64 support] skipping tests for arm64 --- .github/workflows/build.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 699ce414..9da28cb8 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,9 +33,9 @@ jobs: isPR: - ${{github.event_name == 'pull_request'}} exclude: - - { isPR: true } - include: - - { target: x86_64-unknown-linux-gnu } + - isPR: true + os: macos-latest + target: aarch64-apple-darwin steps: - name: Checkout repository @@ -113,9 +113,8 @@ jobs: isPR: - ${{github.event_name == 'pull_request'}} exclude: - - { isPR: true } - include: - - { platform: "linux/amd64" } + - isPR: true + platform: "linux/arm64" defaults: run: