Skip to content

Commit

Permalink
Run the post hooks on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bshelton229 committed Nov 22, 2024
1 parent 143878b commit 9ffd898
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ffd898

Please sign in to comment.