-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replaced AzCopy version update arm64 to x86_64 package #2853
base: main
Are you sure you want to change the base?
Conversation
@wonwuakpa-msft can you please test and valid this Update version stage weather its running fine and updating the expected azcopy version in the latest_version.txt file? |
echo "azcopy version: $azcopy_version" | ||
#Upload to release version blob file | ||
azcopy --version | awk '{print $3}' | head -n 1 | azcopy copy https://azcopyvnextrelease.blob.core.windows.net/releasemetadata/latest_version.txt \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you first try this script in your VM? might make it easier to catch the error.
I think the env var Auto login type isnt being recognized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried it yesterday with no errors. I'm making some changes and try it again in my VM
Addressed mismatch error:
package architecture (arm64) does not match system (amd64)
in the release pipeline.Replaced the app architecture to be use a safer and more machine compatible x86_64 package
ADO Item