a10networks / terraform-provider-thunder

terraform-provider-thunder
BSD 2-Clause "Simplified" License
15 stars 9 forks source link

Release the binary for darwin_arm64 #69

Closed tpokki closed 6 months ago

tpokki commented 1 year ago

│ Provider registry.terraform.io/a10networks/thunder v1.1.0 does not have a │ package available for your current platform, darwin_arm64.

Please provide provider binaries for darwin_arm64.

Update: I managed to build it locally, but would be good if I would not have to.

gh repo clone a10networks/terraform-provider-thunder
cd terraform-provider-thunder
dos2unix scripts/*.sh
find . -name \*.go|xargs dos2unix
make build
$ uname -prv
21.6.0 Darwin Kernel Version 21.6.0: Sun Nov  6 23:31:13 PST 2022; root:xnu-8020.240.14~1/RELEASE_ARM64_T6000 arm
tpokki commented 6 months ago

https://github.com/a10networks/terraform-provider-thunder/commit/e744ce3d4823903afb3842a76981d3297d15f359