Created
October 29, 2023 11:25
-
-
Save albertogeniola/c4818d5ea732f3c919fc30d6ab607bb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| build { | |
| sources = [ | |
| "source.googlecompute.packed_image" | |
| ] | |
| provisioner "shell" { | |
| script = "./scripts/setup.sh" | |
| } | |
| provisioner "file" { | |
| source = "./rootfs" | |
| destination = "/tmp" | |
| } | |
| provisioner "shell" { | |
| script = "./scripts/move_and_align_permissions.sh" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment