avoid running out of disk space during docker image building

* remove unnecessary data from base image to avoid running out
  of disk space during docker image building.
This commit is contained in:
Bernhard B 2025-11-23 21:54:58 +01:00
parent c049764d3b
commit 142a7c2eb6

View File

@ -20,6 +20,8 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}
- name: Install Podman
run: sudo apt update && sudo apt install -y podman
- name: Free up some disk space
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
build:
runs-on: ubuntu-24.04
needs: setup