Skip to content

Commit

Permalink
add Windows ARM64EC builds and platform option
Browse files Browse the repository at this point in the history
  • Loading branch information
cfillion committed Oct 29, 2024
1 parent 85018f1 commit e75598f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ files:
reaper_reapack-aarch64.so: linux_aarch64
reaper_reapack-x86.dll: windows_x86
reaper_reapack-x64.dll: windows_x64
reaper_reapack-arm64ec.dll: windows_arm64ec
7 changes: 4 additions & 3 deletions source/_sidebar.slim
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
- windows = { \
header: 'Windows',
icon: 'windows',
requirements: "Requires REAPER 4.7+ (5.12 or later recommended). Windows Vista or later (or Wine 1.8+ on Linux).",
requirements: "Requires REAPER 4.7+ (5.12 or later recommended). Windows Vista or later (x86), Windows 11 or later (ARM) or Wine 1.8+ (Linux).",
links: { \
'32-bit': data.releases.latest.windows_x86,
'64-bit': data.releases.latest.windows_x64,
'x86 32-bit': data.releases.latest.windows_x86,
'x86 64-bit': data.releases.latest.windows_x64,
'ARM 64-bit EC': data.releases.latest.windows_arm64ec,
}}

#paypal-button
Expand Down
1 change: 1 addition & 0 deletions source/upload/components/platform-matrix.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Architectures = [
platforms:
linux: 'linux-aarch64'
darwin: 'darwin-arm64'
windows: 'windows-arm64ec'
]
export default
Expand Down

0 comments on commit e75598f

Please sign in to comment.