We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba99393 commit 2edfd15Copy full SHA for 2edfd15
.github/workflows/build.yml
@@ -216,7 +216,7 @@ jobs:
216
217
strategy:
218
matrix:
219
- arch: [arm, arm64]
+ arch: [arm, arm64, x64]
220
mode: [release, profile]
221
222
steps:
@@ -273,7 +273,7 @@ jobs:
273
274
275
276
277
278
279
@@ -326,7 +326,7 @@ jobs:
326
if-no-files-found: error
327
328
release:
329
- needs: [build]
+ needs: [build, macos-build, macos-intel-build]
330
if: ${{ github.event_name == 'push' }}
331
runs-on: ubuntu-latest
332
0 commit comments