Skip to content
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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

wonwuakpa-msft
Copy link
Collaborator

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

@wonwuakpa-msft wonwuakpa-msft changed the title replaced arm pkg to x86_64 replaced AzCopy version update arm64 to x86_64 package Nov 4, 2024
@dphulkar-msft
Copy link
Collaborator

@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?

release-pipeline.yml Outdated Show resolved Hide resolved
release-pipeline.yml Outdated Show resolved Hide resolved
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 \
Copy link
Member

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

Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants