Skip to content

Commit

Permalink
Add azcopy support for windows arm64 for storage explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
dphulkar-msft committed Sep 30, 2024
1 parent 15500fb commit 7336ab0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1633,10 +1633,6 @@ stages:
# Ensure the azcopy executable has the correct permissions
icacls $azcopyPath
$env:GOARCH = "arm64"
$env:GOOS = "windows"
$env:CGO_ENABLED = "0"
# Run azcopy --version and capture output
try {
$versionOutput = & $azcopyPath --version 2>&1
Expand Down

0 comments on commit 7336ab0

Please sign in to comment.