Skip to content

Commit

Permalink
commenting out aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
antimatter15 committed Mar 18, 2023
1 parent ddc4e24 commit 4a524c5
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,30 +69,30 @@ jobs:
path: |
chat
macos-arm64:
runs-on: macos-arm64
# macos-arm64:
# runs-on: macos-arm64

steps:
- name: Clone
id: checkout
uses: actions/checkout@v1
# steps:
# - name: Clone
# id: checkout
# uses: actions/checkout@v1

- name: Dependencies
id: depends
run: |
brew update
# - name: Dependencies
# id: depends
# run: |
# brew update

- name: Build
id: make_build
run: |
make
# - name: Build
# id: make_build
# run: |
# make

- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: macos
path: |
chat
# - name: Archive production artifacts
# uses: actions/upload-artifact@v3
# with:
# name: macos
# path: |
# chat

windows-latest:
runs-on: windows-latest
Expand Down

0 comments on commit 4a524c5

Please sign in to comment.