Skip to content

Commit

Permalink
Add build for Windows on Arm
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Nov 20, 2024
1 parent 1df1995 commit 1efef93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</organization>

<properties>
<tycho.version>4.0.8</tycho.version>
<tycho.version>4.0.10</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Disable default deploy. Only p2 output repo gets deployed -->
<maven.deploy.skip>true</maven.deploy.skip>
Expand Down Expand Up @@ -239,6 +239,11 @@
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>aarch64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
Expand Down

0 comments on commit 1efef93

Please sign in to comment.