We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa07a38 commit a65a8c5Copy full SHA for a65a8c5
qemu-arm64-nix.pkr.hcl
@@ -124,9 +124,9 @@ build {
124
125
provisioner "shell" {
126
environment_vars = [
127
- "POSTGRES_MAJOR_VERSION=${var.postgres_major_version}"
+ "POSTGRES_MAJOR_VERSION=${var.postgres_major_version}",
128
"POSTGRES_SUPABASE_VERSION=${var.postgres-version}",
129
- "GIT_SHA=${var.git_sha}",
+ "GIT_SHA=${var.git_sha}"
130
]
131
use_env_var_file = true
132
script = "ebssurrogate/scripts/qemu-bootstrap-nix.sh"
0 commit comments