* feat: update install script
* fix: revert toolset path
Since there's a lot of hard-coded references to this path.
* feat: Adds yq script
Unlike upstream we detect the arch suffix here.
* feat: include yq in act and custom flavors
* fix: include armhf in supported arch for act.yml
* fix: PR feedback, don't need to install twice for custom
* enable arm64 builds
* Add `[skip build-base]` conditional for PRs
* only setup arm64 arch in qemu
* fix permission java-tools
* go default to 1.20 and fix pwsh
* exclude lib32z1 for arm64
* increase npm timeout for qemu
* Try to speed up npm under qemu
* make npm verbose
* Use http registry
* Another test
* Use less build resources
* fix dockerhub tag
* Fix building
- replace shell script with pwsh
- add more tools from actions/virtual-environments
- fixup pwsh modules installation
- install node 12 and 16 in base
- add node 14 in js-*
- build rust images
- restrict flavours to amd64 only for now
- add helper scripts from actions/virtual-environments
- overhaul build and dockerfile