.tfdev: remove platform build constraint

Terraform CLI should build for all of our standard targets.
pull/22428/head
Martin Atkins 7 years ago committed by GitHub
parent 987401518c
commit a64707272c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,8 +6,3 @@ version_info {
version_exec = false
disable_provider_requirements = true
platform {
os = "darwin"
arch = "amd64"
}

Loading…
Cancel
Save