|
@@ -30,7 +30,7 @@ case "${UNAME}" in
|
|
;;
|
|
;;
|
|
darwin)
|
|
darwin)
|
|
OS=mac
|
|
OS=mac
|
|
- # use amd64 binaries even on arm64 for now, see crbug.com/1102967
|
|
|
|
|
|
+ # use amd64 binaries even on arm64 for now, see crbug.com/1205263
|
|
# Once we have arm binaries of everything, this will change to "arm64"
|
|
# Once we have arm binaries of everything, this will change to "arm64"
|
|
# Run `echo "mac-arm64" > .cipd_client_platform` to force arm64 binaries
|
|
# Run `echo "mac-arm64" > .cipd_client_platform` to force arm64 binaries
|
|
# before everything is ready, for testing.
|
|
# before everything is ready, for testing.
|