From a4996256f1fb80a1b2e0202ba27673d678c378e2 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Thu, 27 May 2021 19:09:39 +0200 Subject: [PATCH] add Apple Silicon platform to e4.20-based builds as first step towards an early access --- eclipse-distribution/pom.xml | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/eclipse-distribution/pom.xml b/eclipse-distribution/pom.xml index f09591f83..2c1b437da 100644 --- a/eclipse-distribution/pom.xml +++ b/eclipse-distribution/pom.xml @@ -603,6 +603,43 @@ org.springframework.boot.ide.product.e420 + + + + + + org.eclipse.tycho + target-platform-configuration + ${tycho-version} + + + + macosx + cocoa + x86_64 + + + macosx + cocoa + aarch64 + + + win32 + win32 + x86_64 + + + linux + gtk + x86_64 + + + + + + + +