Skip to content

Commit

Permalink
Enable osx-arm64-packages build via GitHub Actions (#3411)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3411

Migration to GitHub

Reviewed By: kuarora

Differential Revision: D56923116

fbshipit-source-id: 1e2b493b0dd81ce850f2970e6d28c713f6a9927b
  • Loading branch information
ramilbakhshyiev authored and facebook-github-bot committed May 3, 2024
1 parent 1b1a403 commit 0cc0e19
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@ jobs:
- uses: ./.github/actions/build_conda
with:
label: main
osx-arm64-packages:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: macos-14
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
label: main
linux-arm64-packages:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 2-core-ubuntu-arm
Expand Down

0 comments on commit 0cc0e19

Please sign in to comment.