anasinnyk/terraform-provider-onepassword

Please release the arm64 build for MacOS

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.
The version of this provider released to Terraform's registry doesn't have a darwin_arm64 compatible binary.

Describe the solution you'd like
Seems like the goreleaser config should already build an artifact for arm64. Support for Apple's arm64 architecture was added in Go 1.16. With a minor modification to go.mod I was able to build the binary locally. Happy to open a PR if that's preferred, I just wasn't sure if there were reasons behind targeting just Go 1.12.

Describe alternatives you've considered
What I've been doing so far - modifying to support go 1.17 and compiling the provider from source.