Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(github): Add a composite action to free disk space
Add a composite action [1] that removes unneeded Docker images and preinstalled tools to increase the available disk space. This will be used by jobs that build the ORT Docker image, as otherwise the 14 GB free disk space that GitHub guarantees [2] are not sufficient. After the action is executed there are approximately 40 GB disk space available. This action could later be replaced by an existing alternative like [3] or [4], but for now the custom action will be used in the following changes as it is proven to work for the Docker build jobs. [1]: https://docs.github.com/en/actions/creating-actions/creating-a-composite-action [2]: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories [3]: https://github.com/easimon/maximize-build-space [4]: https://github.com/AdityaGarg8/remove-unwanted-software Signed-off-by: Martin Nonnenmacher <[email protected]>
- Loading branch information