We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415ae4a commit cb79394Copy full SHA for cb79394
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
matrix:
12
arch:
13
- x86_64
14
- - arm64
+ #- arm64 # disabled for now because it doesn't work because an arm64 build of libopus is not installed
15
env:
16
ARCH: ${{ matrix.arch }}
17
steps:
@@ -34,6 +34,7 @@ jobs:
34
path: artifacts/
35
36
package-windows:
37
+ if: false # disabled for now because it doesn't work because a Windows build of libopus is not installed
38
runs-on: ubuntu-20.04
39
strategy:
40
@@ -56,6 +57,7 @@ jobs:
56
57
58
59
package-macos:
60
+ if: false # disabled for now because it doesn't work because a macOS build of libopus is not installed
61
runs-on: macos-latest
62
63
0 commit comments