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 b108eca commit 40d768bCopy full SHA for 40d768b
Formula/g/gat.rb
@@ -17,6 +17,8 @@ class Gat < Formula
17
depends_on "go" => :build
18
19
def install
20
+ ENV["CGO_ENABLED"] = "0" if OS.linux? && Hardware::CPU.arm?
21
+
22
system "go", "build", *std_go_args(ldflags: "-s -w -X github.com/koki-develop/gat/cmd.version=v#{version}")
23
end
24
0 commit comments