Closed guillep closed 3 years ago
$ uname -m
x86_64
would do the trick (and we should test it on windows, although there are not so many zeroconf users on windows I believe)
Done at https://files.pharo.org/get-files/90/ for
Symlinks for OSX arm64 and Linux arm64 and arm32 are there, but the vms need to be uploaded:
pharo-vm-Darwin-arm64-stable.zip -> ../../vm/pharo-spur64/Darwin-arm64/stable.zip
pharo-vm-Linux-aarch64-stable.zip -> ../../vm/pharo-spur64/Linux-aarch64/stable.zip
pharo-vm-Linux-armv7l-stable.zip -> ../../vm/pharo-spur64/Linux-armv7l/stable.zip
index styled with h5ai 0.22.1 (http://larsjung.de/h5ai/)
In the past, OS + wordsize (32/64 bits) were enough to identify what VM to download. In Pharo 9 we now have more combinations:
The symlinks in get-files (https://files.pharo.org/get-files/90/) should reflect this so they could be used from zeroconf.
Part of this is already done in https://files.pharo.org/vm/pharo-spur64/, where now VMs are organized by platform-architecture