From 261a961bf090483503867c15849ef9091d32c524 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Wed, 13 Aug 2025 21:52:23 -0500 Subject: [PATCH] Build for aarch64 as well --- 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'])