Skip to content

Commit cb79394

Browse files
committed
Disable Windows, Linux arm64 and macOS builds for now
1 parent 415ae4a commit cb79394

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
arch:
1313
- x86_64
14-
- arm64
14+
#- arm64 # disabled for now because it doesn't work because an arm64 build of libopus is not installed
1515
env:
1616
ARCH: ${{ matrix.arch }}
1717
steps:
@@ -34,6 +34,7 @@ jobs:
3434
path: artifacts/
3535

3636
package-windows:
37+
if: false # disabled for now because it doesn't work because a Windows build of libopus is not installed
3738
runs-on: ubuntu-20.04
3839
strategy:
3940
matrix:
@@ -56,6 +57,7 @@ jobs:
5657
path: artifacts/
5758

5859
package-macos:
60+
if: false # disabled for now because it doesn't work because a macOS build of libopus is not installed
5961
runs-on: macos-latest
6062
strategy:
6163
matrix:

0 commit comments

Comments
 (0)