* 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
This dramatically improves the experience of running python-based
actions workflows. It adds roughly 7MB of space to the Ubuntu 20.04
image and 22MB to Ubuntu 22.04.
resolves: #61
Co-authored-by: ChristopherHX <christopher.homberger@web.de>
- 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