The Arm64 binary can be built from an x64 mac via -p:AwsCrtPlatformTarget=Arm64. Vice-versa is also possible (x64 build from Arm64 mac)
Trivial: Release pipeline no longer uploads intermediate artifacts to S3. This was being done to get around CodePipeline's limit of 5 artifacts. Instead, use a CodeBuild job to combine artifacts. This just keeps things a little more "CodePipeline-y"
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #: https://github.com/awslabs/aws-crt-dotnet/issues/75
Description of changes:
-p:AwsCrtPlatformTarget=Arm64
. Vice-versa is also possible (x64 build from Arm64 mac)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.