From 586ea263c1255aa9e4c75147310f2eece130941a Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Thu, 5 Jun 2025 14:15:51 -0700 Subject: [PATCH] package-lock.json: Add Rollup for Arm64 I pinned the Arm64 version of Rollup to the same version as the x64 versions, and ensured it is optional like the x64 versions as well. With this change, the container now builds and runs on Arm64. Closes: AP-344 --- package-lock.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/package-lock.json b/package-lock.json index 31cd6a5..3d51a5a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1229,6 +1229,19 @@ "integrity": "sha512-A9+lCBZoaMJlVKcRBz2YByCG+Cp2t6nAnMnNba+XiWxnj6r4JUFqfsgwocMBZU9LPtdxC6wB56ySYpc7LQIoJg==", "license": "MIT" }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.27.3", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.27.3.tgz", + "integrity": "sha512-FPoJBLsPW2bDNWjSrwNuTPUt30VnfM8GPGRoLCYKZpPx0xiIEdFip3dH6CqgoT0RnoGXptaNziM0WlKgBc+OWQ==", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "linux" + ] + }, "node_modules/@rollup/rollup-linux-x64-gnu": { "version": "4.27.3", "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.27.3.tgz",