chore(e2e): fixed enos scripts to allow for crt builder in windows scenario (#6042)

pull/6044/head
dillanb-hashi 8 months ago committed by GitHub
parent dfc638ff89
commit 31ab2cdce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -6,10 +6,26 @@ variable "path" {
default = "/tmp"
}
variable "build_target" {
default = "build-ui build"
}
variable "binary_name" {
default = "boundary"
}
variable "artifact_name" {
default = "boundary"
}
variable "edition" {
default = "oss"
}
variable "goos" {
default = "linux"
}
output "artifact_path" {
value = var.path
}

Loading…
Cancel
Save