diff --git a/images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl b/images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl index 885291ad75..0baa59b420 100644 --- a/images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl +++ b/images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl @@ -213,6 +213,12 @@ build { "sudo chmod +x /var/lib/cloud/scripts/per-boot/start-runner.sh", ] } + + provisioner "shell" { + environment_vars = [] + inline = concat(var.custom_shell_commands_post_runner_install) + } + post-processor "manifest" { output = "manifest.json" strip_path = true