Recently I've been trying to deploy Nexus Sonatype to ARM based device, but I get
standard_init_linux.go:211: exec user process caused "exec format error"
.
After a little bit googling I've found that it may be an architecture differences issue. I tried to build docker image on my own, but with no luck (because of ubi8/ubi
with no arm manifest)
Are there any plans to support ARM arch? And (as a temporary solution), how can I build it on my own?