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 3ff0b82 commit 2715213Copy full SHA for 2715213
Formula/y/yutu.rb
@@ -17,6 +17,8 @@ class Yutu < Formula
17
depends_on "go" => :build
18
19
def install
20
+ ENV["CGO_ENABLED"] = "0" if OS.linux? && Hardware::CPU.arm?
21
+
22
mod = "github.com/eat-pray-ai/yutu/cmd"
23
ldflags = %W[
24
-s -w
0 commit comments