setup-swift
setup-swift copied to clipboard
Add support for aarch64 Linux
Before this change, runners on non-macOS would always succeed by downloading the x86_64 binary for their respective platform, which is obviously problematic.
To solve this, this change introduces both support for aarch64 Linux, and process architecture validation.