We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75eef77 commit 76c068bCopy full SHA for 76c068b
.github/workflows/docker-publish.yml
@@ -65,6 +65,9 @@ jobs:
65
password: ${{ secrets.QUAY_IO_ROBOT_TOKEN }}
66
- name: Build image
67
run: |
68
+ # Clear some space (https://github.com/actions/runner-images/issues/2840)
69
+ sudo rm -rf /usr/share/dotnet /opt/ghc /usr/local/share/boost "$AGENT_TOOLSDIRECTORY"
70
+
71
ARCH=$(cut -d "/" -f2 <<< ${{ matrix.docker-platform }})
72
DOCKER_BUILDKIT=1 docker buildx build --platform=$ARCH --load \
73
--build-arg PIP_VERSION=$PIP_VERSION \
0 commit comments