commenting out aarch
This commit is contained in:
parent
ddc4e24cb8
commit
4a524c51ba
1 changed files with 20 additions and 20 deletions
40
.github/workflows/build.yml
vendored
40
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue