Skip to content

Commit a65a8c5

Browse files
committed
.
1 parent aa07a38 commit a65a8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qemu-arm64-nix.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ build {
124124

125125
provisioner "shell" {
126126
environment_vars = [
127-
"POSTGRES_MAJOR_VERSION=${var.postgres_major_version}"
127+
"POSTGRES_MAJOR_VERSION=${var.postgres_major_version}",
128128
"POSTGRES_SUPABASE_VERSION=${var.postgres-version}",
129-
"GIT_SHA=${var.git_sha}",
129+
"GIT_SHA=${var.git_sha}"
130130
]
131131
use_env_var_file = true
132132
script = "ebssurrogate/scripts/qemu-bootstrap-nix.sh"

0 commit comments

Comments
 (0)