Skip to content

Commit 4a4497a

Browse files
committed
Add Windows ARM64 build support to PortAudio CI workflow
1 parent f6b990d commit 4a4497a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/build-libs.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,16 @@ jobs:
4646
runs-on: windows-2022
4747
strategy:
4848
matrix:
49-
platform: [x64, Win32]
49+
platform: [x64, Win32, ARM64]
5050
asio: ["", "-asio"]
5151
include:
5252
- platform: x64
5353
platform-suffix: 64bit
5454
- platform: Win32
5555
platform-suffix: 32bit
56+
- platform: ARM64
57+
platform-suffix: arm64
58+
5659
env:
5760
# Reproducible build by avoiding time stamp
5861
LDFLAGS: "/Brepro"
@@ -113,6 +116,14 @@ jobs:
113116
uses: actions/download-artifact@v6
114117
with:
115118
name: windows-Win32-dll-asio
119+
- name: Retrieve ARM64 DLL
120+
uses: actions/download-artifact@v5
121+
with:
122+
name: windows-ARM64-dll
123+
- name: Retrieve ARM64 DLL with ASIO support
124+
uses: actions/download-artifact@v5
125+
with:
126+
name: windows-ARM64-dll-asio
116127
- name: Commit and push binaries (if there are changes)
117128
run: |
118129
git config --global user.name 'github-actions[bot]'

0 commit comments

Comments
 (0)