pharo-project / pharo-zeroconf

ZeroConf script generator for http://get.pharo.org
16 stars 15 forks source link

Handle known architectures with case statement #33

Open theseion opened 3 years ago

theseion commented 3 years ago

Added a case statement that checks for known architecture variants. Will also assign UNKNOWN to the variable, similar to the OSNAME variable.

Fixes #32

theseion commented 3 years ago

Since there are no more 32-bit VMs for Pharo 9+ there is no need to generate 32-bit architecture file names. However, the variable VM_ARCH is now handled the same way as OSNAME and will fallback to and UNKNOWN value for unknown architectures.