Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-05 07:46:58 +0000
committerAlexander Kurtakov2020-08-05 10:06:42 +0000
commit1626e91c551f49dc964023c4ed0339f3685053a5 (patch)
tree7599b7ebd6e4b55ab3c8bbfec96d4cd335848cbe
parentdc8d064ce1306c0c39cf5a698f3eef8325e51848 (diff)
downloadrt.equinox.framework-1626e91c551f49dc964023c4ed0339f3685053a5.tar.gz
rt.equinox.framework-1626e91c551f49dc964023c4ed0339f3685053a5.tar.xz
rt.equinox.framework-1626e91c551f49dc964023c4ed0339f3685053a5.zip
Bug 565419 - Add Linux aarch64 build
Build the aarch64 launcher too. Change-Id: I0c1795c56cfdac49797c24a305f3e8a60a14b324 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a52b31f7a..f929400ac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,7 @@
<module>bundles/org.eclipse.equinox.launcher</module>
<module>bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64</module>
+ <module>bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.x86_64</module>

Back to the top