Skip to content

Commit cbf2ff4

Browse files
committed
Run the post hooks on arm64
1 parent e21a0ad commit cbf2ff4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

images/ubuntu-jammy-arm64/github_agent.ubuntu.pkr.hcl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ build {
213213
"sudo chmod +x /var/lib/cloud/scripts/per-boot/start-runner.sh",
214214
]
215215
}
216+
217+
provisioner "shell" {
218+
environment_vars = []
219+
inline = concat(var.custom_shell_commands_post_runner_install)
220+
}
221+
216222
post-processor "manifest" {
217223
output = "manifest.json"
218224
strip_path = true

0 commit comments

Comments
 (0)