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 f6fb33d commit a2cef01Copy full SHA for a2cef01
Formula/i/infisical.rb
@@ -17,6 +17,8 @@ class Infisical < Formula
17
depends_on "go" => :build
18
19
def install
20
+ ENV["CGO_ENABLED"] = "0" if OS.linux? && Hardware::CPU.arm?
21
+
22
ldflags = %W[
23
-s -w
24
-X github.com/Infisical/infisical-merge/packages/util.CLI_VERSION=#{version}
0 commit comments