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 b35322a commit 4dffa29Copy full SHA for 4dffa29
.github/workflows/release.yml
@@ -21,25 +21,23 @@ jobs:
21
- platform: macos-13 # Intel
22
os: macos
23
architecture: x64
24
- supports_ffmpeg: true
25
26
# Windows builds
27
- platform: windows-latest
28
os: windows
29
30
31
32
33
architecture: x86 # 32-bit
34
- - platform: windows-2025
35
- os: windows
36
- architecture: arm64 # Windows ARM
+ # NOT SUPPORTED YET
+ # - platform: windows-2025
+ # os: windows
+ # architecture: arm64 # Windows ARM
37
38
# Linux builds
39
- platform: ubuntu-latest
40
os: linux
41
42
43
- platform: ubuntu-latest-arm
44
45
architecture: arm64 # Linux ARM
0 commit comments