Skip to content

Commit 87fb0b5

Browse files
authored
pom: added linux aarch64 support (#3)
1 parent 80199f3 commit 87fb0b5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<packaging>pom</packaging>
99

1010
<properties>
11-
<tycho-version>2.6.0</tycho-version>
11+
<tycho-version>4.0.7</tycho-version>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<eclipse-repo.url>https://download.eclipse.org/releases/2022-12</eclipse-repo.url>
1414
</properties>
@@ -57,6 +57,11 @@
5757
<ws>cocoa</ws>
5858
<arch>x86_64</arch>
5959
</environment>
60+
<environment>
61+
<os>linux</os>
62+
<ws>gtk</ws>
63+
<arch>aarch64</arch>
64+
</environment>
6065
</environments>
6166
</configuration>
6267
</plugin>

0 commit comments

Comments
 (0)