Skip to content

Commit 4a524c5

Browse files
committed
commenting out aarch
1 parent ddc4e24 commit 4a524c5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/build.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -69,30 +69,30 @@ jobs:
6969
path: |
7070
chat
7171
72-
macos-arm64:
73-
runs-on: macos-arm64
72+
# macos-arm64:
73+
# runs-on: macos-arm64
7474

75-
steps:
76-
- name: Clone
77-
id: checkout
78-
uses: actions/checkout@v1
75+
# steps:
76+
# - name: Clone
77+
# id: checkout
78+
# uses: actions/checkout@v1
7979

80-
- name: Dependencies
81-
id: depends
82-
run: |
83-
brew update
80+
# - name: Dependencies
81+
# id: depends
82+
# run: |
83+
# brew update
8484

85-
- name: Build
86-
id: make_build
87-
run: |
88-
make
85+
# - name: Build
86+
# id: make_build
87+
# run: |
88+
# make
8989

90-
- name: Archive production artifacts
91-
uses: actions/upload-artifact@v3
92-
with:
93-
name: macos
94-
path: |
95-
chat
90+
# - name: Archive production artifacts
91+
# uses: actions/upload-artifact@v3
92+
# with:
93+
# name: macos
94+
# path: |
95+
# chat
9696

9797
windows-latest:
9898
runs-on: windows-latest

0 commit comments

Comments
 (0)