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