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 8463fab commit 5278458Copy full SHA for 5278458
.github/workflows/s3-image-sync.yml
@@ -87,10 +87,21 @@ jobs:
87
echo "TARGET_IMAGE=${TARGET_IMAGE}" >> "$GITHUB_ENV"
88
shell: bash
89
90
+ - name: Clear up some space on runner
91
+ run: |
92
+ df -h
93
+ sudo rm -rf /usr/share/dotnet
94
+ sudo rm -rf /opt/ghc
95
+ sudo rm -rf "/usr/local/share/boost"
96
+ sudo rm -rf "$AGENT_TOOLSDIRECTORY"
97
+ sudo apt-get clean
98
99
+
100
- name: Download image to runner
101
run: |
102
. venv/bin/activate
103
openstack image save --file "${{ env.TARGET_IMAGE }}.raw" "${{ env.TARGET_IMAGE }}"
104
105
106
107
- name: Convert image to QCOW2
0 commit comments