From a378147650d1de3d3118c2639a412a766a1822f7 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 13 Aug 2025 21:45:33 -0500 Subject: [PATCH] Build for aarch64 also --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 95632a5..b8c93a4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildContainerImage() +buildContainerImage2(archlist: ['amd64', 'arm64'])