From 601a878c5f72ef4a8bc2b90e645c830cd55119e8 Mon Sep 17 00:00:00 2001 From: Jose Badeau Date: Tue, 25 Aug 2026 16:12:58 +0200 Subject: [PATCH] build: add Tycho environment profile for linux/aarch64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Auto-activate an arm64_linux profile (osgi.os=linux, osgi.ws=gtk, osgi.arch=aarch64) alongside the existing 64bit_linux one, so the reactor builds on arm64 Linux hosts — e.g. Docker/colima containers on Apple Silicon Macs. Co-Authored-By: Claude Fable 5 --- ddk-parent/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ddk-parent/pom.xml b/ddk-parent/pom.xml index 10536b25e..de182b77d 100644 --- a/ddk-parent/pom.xml +++ b/ddk-parent/pom.xml @@ -474,6 +474,21 @@ x86_64 + + + + linux + aarch64 + unix + + + arm64_linux + + linux + gtk + aarch64 + + macosx