We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5741a3 commit a175e8dCopy full SHA for a175e8d
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