Skip to content

Commit c2ec054

Browse files
ramilbakhshyievaalekhpatel07
authored andcommitted
Enable osx-arm64-packages build via GitHub Actions (facebookresearch#3411)
Summary: Pull Request resolved: facebookresearch#3411 Migration to GitHub Reviewed By: kuarora Differential Revision: D56923116 fbshipit-source-id: 1e2b493b0dd81ce850f2970e6d28c713f6a9927b
1 parent 8b4b09e commit c2ec054

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

+12
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,18 @@ jobs:
101101
- uses: ./.github/actions/build_conda
102102
with:
103103
label: main
104+
osx-arm64-packages:
105+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
106+
runs-on: macos-14
107+
steps:
108+
- name: Checkout
109+
uses: actions/checkout@v4.1.1
110+
with:
111+
fetch-depth: 0
112+
fetch-tags: true
113+
- uses: ./.github/actions/build_conda
114+
with:
115+
label: main
104116
linux-arm64-packages:
105117
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
106118
runs-on: 2-core-ubuntu-arm

0 commit comments

Comments
 (0)