From c3d71831f1cae61899a123c19b648742376d4317 Mon Sep 17 00:00:00 2001 From: Stewart X Addison <6487691+sxa@users.noreply.github.com> Date: Tue, 7 May 2024 17:04:55 +0100 Subject: [PATCH] Fix alpine/aarch64 apk files (which are currently x64) (#894) Signed-off-by: Stewart X Addison --- linux/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Jenkinsfile b/linux/Jenkinsfile index 892e3a0c2..0c443fc11 100644 --- a/linux/Jenkinsfile +++ b/linux/Jenkinsfile @@ -336,8 +336,8 @@ def jenkinsStepAlpine() { // special handle: no label x86_64 only x64 for alpine agent def apkLabel = "${ApkARCH}&&docker" + if ("${ApkARCH}" == 'x86_64') { apkLabel = 'x64&&dockerBuild' - if ("${ApkARCH}" == 'x86_64') { } // reallocate jenkins agent per element in list if (ApkARCH == 'x86_64' || ApkARCH == 'aarch64') {