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 fe5f94e commit 3ff0b82Copy full SHA for 3ff0b82
Formula/t/terragrunt.rb
@@ -27,6 +27,8 @@ class Terragrunt < Formula
27
conflicts_with "tgenv", because: "tgenv symlinks terragrunt binaries"
28
29
def install
30
+ ENV["CGO_ENABLED"] = "0" if OS.linux? && Hardware::CPU.arm?
31
+
32
ldflags = %W[
33
-s -w
34
-X github.com/gruntwork-io/go-commons/version.Version=#{version}
0 commit comments