mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 15:02:57 +00:00
Simple implementation
This commit is contained in:
11
.github/workflows/docker.yml
vendored
11
.github/workflows/docker.yml
vendored
@@ -56,13 +56,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Maximize build space
|
- name: Maximize build space
|
||||||
uses: easimon/maximize-build-space@b4d02c14493a9653fe7af06cc89ca5298071c66e # dependabot updates to latest release
|
run: |
|
||||||
with:
|
rm -rf /usr/share/dotnet
|
||||||
root-reserve-mb: 51200 # 50 GB
|
rm -rf /usr/local/lib/android
|
||||||
build-mount-path: /var/lib/docker # remaining space
|
rm -rf /opt/ghc
|
||||||
remove-dotnet: "true"
|
|
||||||
remove-haskell: "true"
|
|
||||||
remove-android: "true"
|
|
||||||
|
|
||||||
# Setup docker to build for multiple platforms, see:
|
# Setup docker to build for multiple platforms, see:
|
||||||
# https://github.com/docker/build-push-action/tree/master#usage
|
# https://github.com/docker/build-push-action/tree/master#usage
|
||||||
|
Reference in New Issue
Block a user