File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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]'
You can’t perform that action at this time.
0 commit comments