3150f2e8b48376c8df55739dca4e910dd6f492a3
cargo binstall for faster build time (#120)
* Also build rust on arm64 * rust: use cargo-binstall for performance Since linux/arm64 images are built using QEMU, the compilation of bindgen-cli, cbindgen, cargo-audit & cargo-outdated takes a very long time, especially on Ubuntu 20.04 (more than 6 hours, for the combination of both architectures on one job). This exceeds the github actions time-limit. So, we'll just use pre-built binaries using cargo-binstall where possible.
Docker images
When updates will be applied to images
- A package that will be required for action(s) to work properly might be added/removed/changed
- Any maintenance that will be required due to:
- GitHub Container Registry
- GitHub Actions
- Act
- Performance and/or disk space improvements
Images available
-
catthehacker/virtual-environments-fork - GitHub Actions runner image containing all possible tools (image is extremely big, 20GB compressed, ~60GB extracted)
- this image is
updated manually due to amount of changes in actions/virtual-environmentsoutdated, don't useghcr.io/catthehacker/ubuntu:full-latestghcr.io/catthehacker/ubuntu:full-20.04
- this image is
-
/linux/ubuntu/act- image used in github.com/nektos/act as medium size image retaining compatibility with most actions while maintaining small sizeghcr.io/catthehacker/ubuntu:act-20.04ghcr.io/catthehacker/ubuntu:act-22.04ghcr.io/catthehacker/ubuntu:act-latest
-
/linux/ubuntu/runner-ghcr.io/catthehacker/ubuntu:act-*but withrunneras user instead ofrootghcr.io/catthehacker/ubuntu:runner-20.04ghcr.io/catthehacker/ubuntu:runner-22.04ghcr.io/catthehacker/ubuntu:runner-latest
-
/linux/ubuntu/js-ghcr.io/catthehacker/ubuntu:act-*but withjstools installed (yarn,nvm,nodev16/v18,pnpm,grunt, etc.)ghcr.io/catthehacker/ubuntu:js-20.04ghcr.io/catthehacker/ubuntu:js-22.04ghcr.io/catthehacker/ubuntu:js-latest
-
/linux/ubuntu/rust-ghcr.io/catthehacker/ubuntu:act-*but withrusttools installed (rustfmt,clippy,cbindgen, etc.)ghcr.io/catthehacker/ubuntu:rust-20.04ghcr.io/catthehacker/ubuntu:rust-22.04ghcr.io/catthehacker/ubuntu:rust-latest
-
/linux/ubuntu/pwsh-ghcr.io/catthehacker/ubuntu:act-*but withpwshtools and modules installedghcr.io/catthehacker/ubuntu:pwsh-20.04ghcr.io/catthehacker/ubuntu:pwsh-22.04ghcr.io/catthehacker/ubuntu:pwsh-latest
ubuntu-18.04 has been deprecated and images for that environment will not be updated anymore
Repository contains parts of actions/virtual-environments which is licenced under "MIT License"
Description
Languages
Shell
77.3%
Dockerfile
13.6%
PowerShell
9.1%