* feat: support to set architecture of SDK executable
* docs: update
* fix: try fix tests
* ci: set `fail-fast` to false
* fix: get latest version sdk
* fix: test any version
* fix: legacy version format
* fix: tests
* revert changes for `.github/workflows/workflow.yml`
* Update workflow.yml
* rename `ARCHITECTURE` to `ARCH`
* follow the existing spacing
* style: simplified code
* Update setup.sh
* style
Something with the globing seems not work but not sure exactly. Now using a simple way of ensure that the target folder never exists when calling `mv` so that it behaves as a rename instead of a move into. The folder still needs to be created first so that parent folders (in case of a custom cache path) are created.