On tagged builds, 64-bit binaries are uploaded to the cli container on the storage account found in $AZURE_STORAGE_CONNECTION_STRING. I've added this to our CircleCI environment variables (behind an approval step on PRs to prevent leakage).
I've added a version flag so that people can tell which version they are on:
On tagged builds, 64-bit binaries are uploaded to the cli container on the storage account found in
$AZURE_STORAGE_CONNECTION_STRING
. I've added this to our CircleCI environment variables (behind an approval step on PRs to prevent leakage).uname -s
(OS) anduname -m
(ARCH), which makes it easier for scripting downloads.The tree structure looks like this:
Closes #13