Skip to content

Commit

Permalink
trying to build for arm
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 committed Mar 20, 2023
1 parent 2cbe796 commit 82ea605
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 @@ -69,6 +69,18 @@ jobs:
path: |
chat
- name: Build ARM
id: make_build_arm
run: |
make clean && arch -arm64 make
- name: Archive production artifacts (arm)
uses: actions/upload-artifact@v3
with:
name: macos-arm
path: |
chat
# macos-arm64:
# runs-on: macos-arm64

Expand Down

0 comments on commit 82ea605

Please sign in to comment.