This is an automated email from the ASF dual-hosted git repository.

markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit f7a7b14be0e0fca0954711d50bd45c05f6d1cc33
Author: Mark Thomas <[email protected]>
AuthorDate: Tue May 19 17:59:07 2026 +0100

    Add ARM64 builds to Windows binaries
---
 src/assembly/win.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/assembly/win.xml b/src/assembly/win.xml
index a1987be..4528b87 100644
--- a/src/assembly/win.xml
+++ b/src/assembly/win.xml
@@ -37,6 +37,7 @@
             <includes>
                 <include>*.exe</include>
                 <include>amd64/*.exe</include>
+                <include>arm64/*.exe</include>
             </includes>
         </fileSet>
     </fileSets>

Reply via email to