Skip to content

Commit

Permalink
Mac M1 Beta Release (#2239)
Browse files Browse the repository at this point in the history
* m1 beta release

* added step

* revert version

* revert version

---------

Co-authored-by: azcopydev <[email protected]>
  • Loading branch information
tasherif-msft and azcopydev authored May 31, 2023
1 parent 2ed9eef commit c78f86c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Change Log

## Version 10.19.0-Preview

### New Features

***Mac M1/ARM64 Support***

## Version 10.19.0

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# cross compile to make sure nothing broke
- script: |
GOARCH=arm64 CGO_ENABLED=1 go build
displayName: 'Generate MacOS Build with ARM64'
displayName: 'Test Cross-compiled MacOS Build with ARM64'
condition: eq(variables.type, 'mac-os')
- task: PublishBuildArtifacts@1
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ const AzcopyVersion = "10.19.0"
const UserAgent = "AzCopy/" + AzcopyVersion
const S3ImportUserAgent = "S3Import " + UserAgent
const GCPImportUserAgent = "GCPImport " + UserAgent
const BenchmarkUserAgent = "Benchmark " + UserAgent
const BenchmarkUserAgent = "Benchmark " + UserAgent

0 comments on commit c78f86c

Please sign in to comment.