Sandor Molnar created KNOX-3167:
-----------------------------------
Summary: UI builds won't work with ARM64
Key: KNOX-3167
URL: https://issues.apache.org/jira/browse/KNOX-3167
Project: Apache Knox
Issue Type: Bug
Components: AdminUI, TokenGenerationUI, TokenManagementUI
Affects Versions: 1.6.0, 1.5.0
Reporter: Sandor Molnar
Assignee: Sandor Molnar
Fix For: 2.0.0
Trying to build Knox on a machine with ARM64 CPU ends up in the following
failure:
{code}
INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.909 s
[INFO] Finished at: 2025-07-09T08:42:01+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
com.github.eirslett:frontend-maven-plugin:1.15.1:npm (npm install) on project
gateway-admin-ui: Failed to run task: 'npm install' failed.
java.io.IOException: Cannot run program
"/Users/smolnar/projects/knox/gateway-admin-ui/target/node/node" (in directory
"/Users/smolnar/projects/knox/gateway-admin-ui"): error=86, Bad CPU type in
executable -> [Help 1]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)