NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

add support for darwin/arm64 (apple silicon) #43

Closed dmccaffery closed 3 years ago

dmccaffery commented 3 years ago

The provider does not currently publish a build with support for Apple silicon. Support for this should be added as terraform now officially supports this and has updated all of their providers.

dmccaffery commented 3 years ago

I built and tested locally and it works just fine without any code changes when building with go 1.16 (where support was added).

I don't see any pipeline/publish process in this repo so I can't help implement what is required. It may be a simple upgrade to go 1.16 on the build agent / within the build process as it appears that all other GOOS/GOARCH platforms are built and published, so I'm assuming that's done via lookup -- but maybe not.

Let me know if I can be of any assistance. Thanks!

wenjun666 commented 3 years ago

Thanks for the comment, the next release will support darwin/arm64.