Build for darwin_arm64
jodok opened this issue · 6 comments
Description
When trying to terraform init
on an M1 Silicon based Apple Computer the download fails
│ Error: Incompatible provider version
│
│ Provider registry.terraform.io/alexkappa/auth0 v0.17.1 does not have a package available for your current platform,
│ darwin_arm64.
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
The master branch already contains an update to support darwin_arm64
with #355, but a new version of this provider needs to be released for the update to be available.
I'm not sure when that will happen.
@jodok if you are in a hurry you can try my fork, it's released on terraform registry and has terraform-provider-auth0_1.1.0_darwin_arm64.zip
(although note, that there are some breaking changes described in 1.0.0 release)
Is there any update on when this can be released in an update? Is there any particular issue that is blocking this at all?
Hi all, I'm cutting a new release right away. Will update the thread with a link as soon as it's ready. Thanks for your patience!
Update: version 0.21.1 ships binaries for darwin/arm64
Closing as the last couple of releases included arm binaries