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 2715213 commit 3b3c11cCopy full SHA for 3b3c11c
Formula/z/zrok.rb
@@ -7,7 +7,7 @@ class Zrok < Formula
7
license all_of: ["Apache-2.0", "BSD-3-Clause", "MIT"]
8
head "https://github.com/openziti/zrok.git", branch: "main"
9
10
- no_autobump! because: :requires_manual_review
+ no_autobump! because: :bumped_by_upstream
11
12
bottle do
13
sha256 cellar: :any_skip_relocation, arm64_tahoe: "69512d5888b0ab4f9a81010b546c4d1e7b48b52be839c8ff1cdd904a9bb1d7c1"
@@ -28,6 +28,8 @@ def install
28
end
29
30
31
+ ENV["CGO_ENABLED"] = "0" if OS.linux? && Hardware::CPU.arm?
32
+
33
ldflags = %W[
34
-s -w
35
-X github.com/openziti/zrok/build.Version=v#{version}
0 commit comments