atlas
atlas copied to clipboard
Upgrade frontend-maven-plugin to support s390x
frontend-maven-plugin 1.4 does not support s390x, takes s390x arch as x86, and failed to install node.js.
After 1.5, frontend-maven-plugin starts to support s390x.
With this change, mvn can build atlas on s390x and atlas can be executed on s390x environment.
I tested the latest com.github.eirslett to latest 1.11.2 on both x86 and s390.
There is no compilation error. Is it possible review again? Thanks.