-
Notifications
You must be signed in to change notification settings - Fork 78
ARM/M1 builds for plugins #539
Comments
Related to #235 |
+1, we have a mix of arm64 and amd64 machines amongst our dev team and having published builds for both CPU architectures would make our lives much much easier. |
+1 more of the workforce in our area are getting M1 Pros at the moment |
+1 |
1 similar comment
+1 |
+1 but I did find |
related: gravitational/teleport#4226 |
This is done for the terraform plugin, and there are no plans to do it for the event handler plugin. No other plugins are built for Mac. I'll leave this open until a new release of the plugins is released. |
Just cross-posting from a recent Slack-thread to here. There is now a release supporting ARM/Mac M1 builds out, but the terraform provider still doesn't work on an M1 Mac:
|
|
@camscale AFAIK the Terraform provider is now published for M1 Macs and the instructions in docs will work out of the box. We should be able to close this issue, I think? |
I just tested the official doc - https://goteleport.com/docs/management/dynamic-resources/terraform-provider/#step-23-create-a-terraform-configuration . Unfortunately, I got an error:
|
Very weird, it worked for me:
Here's my terraform {
required_providers {
teleport = {
version = "13.2.2"
source = "terraform.releases.teleport.dev/gravitational/teleport"
}
}
}
provider "teleport" {
# Update addr to point to Teleport Auth/Proxy
addr = "gus.teleportdemo.com:443"
# one file
identity_file_path = "/Users/gus/se/terraform-provider-new/tbot-output/identity"
} |
When I used the exact provider config from the docs it also worked:
terraform {
required_providers {
teleport = {
source = "terraform.releases.teleport.dev/gravitational/teleport"
version = ">= 13.2.2"
}
}
} What sort of machine are you on?
|
@webvictim What version of terraform are you using |
|
Upgrade to v1.5.3 and drop of the |
Thanks for confirming @dm3ch . I'll close this now as completed. |
Please add ARM builds for Apple M1 to the published releases so we don't have to build the terraform plugin manually.
gz#5327
gz#5468
The text was updated successfully, but these errors were encountered: