pharo-vm
pharo-vm copied to clipboard
zeroconf broken for ARMv6
See https://github.com/pharo-project/pharo/issues/10804#issuecomment-1021164652
@astares zeroconf takes the machine architecture (given by the OS using something like uname given availability) and uses that to drive the download. The VM for ARM32 bits should be the same for ARMv6 and ARMv7, we should add a symlink in the file server.
@guillep Whatever helpes to solves this. I can not fix it from the outside as I have no access to the infrastructure.
Who would be able to create the symlink on the file server?