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 8715357 commit e6d26aeCopy full SHA for e6d26ae
Formula/c/container-compose.rb
@@ -6,6 +6,10 @@ class ContainerCompose < Formula
6
license "MIT"
7
head "https://github.com/mcrich23/container-compose.git", branch: "main"
8
9
+ bottle do
10
+ sha256 arm64_tahoe: "0d34c45230d457ddb5cc2398256e90e43eb37a5d01f00d97a432f6fe7e896fc3"
11
+ end
12
+
13
depends_on xcode: ["26.0", :build]
14
depends_on arch: :arm64
15
depends_on macos: :sequoia
0 commit comments