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: |
|
path: |
|
||||||
chat
|
chat
|
||||||
|
|
||||||
macos-arm64:
|
# macos-arm64:
|
||||||
runs-on: macos-arm64
|
# runs-on: macos-arm64
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: Clone
|
# - name: Clone
|
||||||
id: checkout
|
# id: checkout
|
||||||
uses: actions/checkout@v1
|
# uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Dependencies
|
# - name: Dependencies
|
||||||
id: depends
|
# id: depends
|
||||||
run: |
|
# run: |
|
||||||
brew update
|
# brew update
|
||||||
|
|
||||||
- name: Build
|
# - name: Build
|
||||||
id: make_build
|
# id: make_build
|
||||||
run: |
|
# run: |
|
||||||
make
|
# make
|
||||||
|
|
||||||
- name: Archive production artifacts
|
# - name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
# uses: actions/upload-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: macos
|
# name: macos
|
||||||
path: |
|
# path: |
|
||||||
chat
|
# chat
|
||||||
|
|
||||||
windows-latest:
|
windows-latest:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue