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