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 b372e90 commit e9b1949Copy full SHA for e9b1949
.github/actions/tune-runner-vm/action.yml
@@ -76,13 +76,6 @@ runs:
76
77
# stop Azure Linux agent to save RAM
78
sudo systemctl stop walinuxagent.service || true
79
-
80
- # enable docker experimental mode which is
81
- # required for using "docker build --squash" / "-Ddocker.squash=true"
82
- daemon_json="$(sudo cat /etc/docker/daemon.json | jq '.experimental = true')"
83
- echo "$daemon_json" | sudo tee /etc/docker/daemon.json
84
- # restart docker daemon
85
- sudo systemctl restart docker
86
echo '::endgroup::'
87
88
# show memory
0 commit comments