Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-05 07:51:00 +0000
committerAlexander Kurtakov2020-08-05 07:51:00 +0000
commit076f77efea5969c3124452419c355e74f06124de (patch)
tree887fe5dce6c3c0167ee18a8fc1a59eca27f72e42
parente8502b9146892eb9e23bdbd7359a99e15b5e908d (diff)
downloadeclipse.platform.releng.aggregator-076f77efea5969c3124452419c355e74f06124de.tar.gz
eclipse.platform.releng.aggregator-076f77efea5969c3124452419c355e74f06124de.tar.xz
eclipse.platform.releng.aggregator-076f77efea5969c3124452419c355e74f06124de.zip
Bug 565419 - Add Linux aarch64 build
Add aarch64 environment in the parent pom. Change-Id: I9d6cae1eca1708d4df11c697339f523fd384fcdd Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--eclipse-platform-parent/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 49435ca8b..4a6399237 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -263,6 +263,11 @@
<ws>gtk</ws>
<arch>ppc64le</arch>
</environment>
+ <environment>
+ <os>linux</os>
+ <ws>gtk</ws>
+ <arch>aarch64</arch>
+ </environment>
<environment>
<os>win32</os>
<ws>win32</ws>

Back to the top