From ba2e2d5b91d6b4393a00c84575371e53d99f5322 Mon Sep 17 00:00:00 2001 From: Marlon Beijer Date: Tue, 10 Jun 2025 12:43:24 +0200 Subject: [PATCH] Add arm64 for ppc-morphos toolchain --- JenkinsEnv.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JenkinsEnv.json b/JenkinsEnv.json index f2ca09c..e840e6b 100644 --- a/JenkinsEnv.json +++ b/JenkinsEnv.json @@ -47,7 +47,8 @@ "Prefix": "", "Dockerfile": "Dockerfile", "Platforms": [ - "amd64" + "amd64", + "arm64" ], "BuildIfSuccessful": [], "BuildParam": "MorphOS"