We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5741a3 + a175e8d commit 94d5c51Copy full SHA for 94d5c51
src/ci/github-actions/jobs.yml
@@ -44,6 +44,8 @@ runners:
44
<<: *base-job
45
46
- &job-aarch64-linux
47
+ # Free some disk space to avoid running out of space during the build.
48
+ free_disk: true
49
os: ubuntu-22.04-arm
50
51
envs:
0 commit comments