Commit a79d9d0
committed
fix(ci): use 40Gb disk for 'almalinux-9-aarch64' RunsOn runner across aarch64 build workflows
The `image=almalinux-9-aarch64` RunsOn image defaults to a volume that's
too small for AlmaLinux cloud-image builds and runs out of space. Add
the explicit `volume=40g` selector everywhere that image is referenced
in the AlmaLinux-org `runs-on` expression:
- .github/workflows/azure-build.yml
- .github/workflows/gencloud-build.yml
- .github/workflows/oci-build.yml
- .github/workflows/opennebula-build.yml
All four files share the same conditional form for the AlmaLinux-org
build job's runner and now request the larger 40 GB volume
consistently.1 parent 8f39238 commit a79d9d0
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
0 commit comments