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 218f643 commit de7fdaaCopy full SHA for de7fdaa
build/resolve_buck.py
@@ -76,6 +76,10 @@ class BuckInfo:
76
archive_name="buck2-aarch64-apple-darwin.zst",
77
target_versions=["99e407b49dc432eda0cbddd67ea78346"],
78
),
79
+ ("darwin", "x86_64"): BuckInfo(
80
+ archive_name="buck2-x86_64-apple-darwin.zst",
81
+ target_versions=["9150d78e7a7531799a1b06ce58623bbc"],
82
+ ),
83
}
84
85
0 commit comments