chore(ci): enhance build diagnostics and update runner platform
This commit updates local configuration settings with additional diagnostic steps to improve visibility into the build environment during execution. Furthermore, the primary application builder workflow has been migrated from running on Arch Linux to Ubuntu 22.04. This change ensures broader compatibility for the CI/CD pipeline while maintaining core publishing functionality. - Added extensive system and context checks in local settings - Migrated app builder job runner platform to ubuntu-22.04
This commit is contained in:
@@ -118,7 +118,17 @@
|
||||
"Bash(node -e \"const fs=require\\('fs'\\); const version='2026.8.1'; const pkgbuild=fs.readFileSync\\('PKGBUILD','utf8'\\).replace\\(/^pkgver=.*\\\\$/m, 'pkgver='+version\\).replace\\(/^pkgrel=.*\\\\$/m, 'pkgrel=1'\\); fs.writeFileSync\\('PKGBUILD', pkgbuild\\);\")",
|
||||
"Bash(rm PKGBUILD)",
|
||||
"Bash(git -C /mnt/data/Development/GitLite stash)",
|
||||
"Bash(git -C /mnt/data/Development/GitLite stash pop)"
|
||||
"Bash(git -C /mnt/data/Development/GitLite stash pop)",
|
||||
"Bash(command -v docker)",
|
||||
"Read(//home/christoph/.docker/**)",
|
||||
"Bash(docker info *)",
|
||||
"Bash(sudo -n test -f /root/.docker/config.json)",
|
||||
"Bash(systemctl list-units *)",
|
||||
"Bash(find / -maxdepth 4 -iname \"act_runner*\")",
|
||||
"Bash(find / -maxdepth 6 -iname \"config.yaml\" -path \"*runner*\")",
|
||||
"Read(//home/**)",
|
||||
"Bash(getent passwd *)",
|
||||
"Bash(docker context *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user