From 96b88ac361058a8bcbfe9e745f24941b122c924d Mon Sep 17 00:00:00 2001 From: Ramil Bakhshyiev Date: Wed, 1 May 2024 17:25:17 -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 Reviewed By: junjieqi Differential Revision: D56856565 fbshipit-source-id: d7400eb9cb7bd68e93a712af81c6cbb7e76e2400 --- .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