From a68ee481a553e24320d39205e164382a3dd7d61a Mon Sep 17 00:00:00 2001 From: Ramil Bakhshyiev Date: Wed, 1 May 2024 16:23:19 -0700 Subject: [PATCH] Enable linux-arm64-conda check via GitHub Actions (#3407) Summary: Pull Request resolved: https://github.com/facebookresearch/faiss/pull/3407 Migration to GitHub Actions Differential Revision: D56856565 --- .github/workflows/build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b00d3b25eb..bc45474b23 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,3 +68,12 @@ jobs: fetch-depth: 0 fetch-tags: true - uses: ./.github/actions/build_conda + linux-arm64-conda: + runs-on: 2-core-ubuntu-arm + steps: + - name: Checkout + uses: actions/checkout@v4.1.1 + with: + fetch-depth: 0 + fetch-tags: true + - uses: ./.github/actions/build_conda