We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143878b commit 9ffd898Copy full SHA for 9ffd898
images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl
@@ -213,6 +213,12 @@ build {
213
"sudo chmod +x /var/lib/cloud/scripts/per-boot/start-runner.sh",
214
]
215
}
216
+
217
+ provisioner "shell" {
218
+ environment_vars = []
219
+ inline = concat(var.custom_shell_commands_post_runner_install)
220
+ }
221
222
post-processor "manifest" {
223
output = "manifest.json"
224
strip_path = true
0 commit comments