diff --git a/cipd b/cipd index 2fe7139b9..545065987 100755 --- a/cipd +++ b/cipd @@ -30,7 +30,7 @@ case "${UNAME}" in ;; darwin) 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" # Run `echo "mac-arm64" > .cipd_client_platform` to force arm64 binaries # before everything is ready, for testing.