From 19265fe4b01ce4aba50636a09aac5e290fb5570d Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Tue, 21 Jul 2020 10:05:40 -0400 Subject: [PATCH] Add recommend os/arch page --- website/docs/registry/providers/os-arch.md | 26 ++++++++++++++++++++++ website/layouts/registry.erb | 4 ++++ 2 files changed, 30 insertions(+) create mode 100644 website/docs/registry/providers/os-arch.md diff --git a/website/docs/registry/providers/os-arch.md b/website/docs/registry/providers/os-arch.md new file mode 100644 index 0000000000..2419d4cb16 --- /dev/null +++ b/website/docs/registry/providers/os-arch.md @@ -0,0 +1,26 @@ +--- +layout: "registry" +page_title: "Recommended Provider Binary OS and Architecture - Terraform Registry" +sidebar_current: "docs-registry-provider-os-arch" +description: |- + Recommended Provider Binary OS and Architecture +--- + +-> __Publishing Beta__
Welcome! Thanks for your interest participating in our Providers in the Registry beta! Paired with Terraform 0.13, our vision is to make it easier than ever to discover, distribute, and maintain your provider(s). We welcome any feedback you have throughout the process and encourage you to reach out if you have any questions or issues by emailing terraform-registry-beta@hashicorp.com. + +## Recommended Provider Binary OS and Architecture + +We recommend the following OS / architecture combinations for compiled binaries available in the registry (this list is already satisfied by our [recommended **.goreleaser.yml** configuration file](https://github.com/hashicorp/terraform-provider-scaffolding/blob/master/.goreleaser.yml)): + +* Darwin / AMD64 +* Linux / AMD64 +* Linux / ARMv8 (sometimes referred to as AArch64 or ARM64) +* Linux / ARMv6 +* Windows / AMD64 + +We also recommend shipping binaries for the following combinations, but we typically do not prioritize fixes for these: + +* Linux / 386 +* Windows / 386 +* FreeBSD / 386 +* FreeBSD / AMD64 diff --git a/website/layouts/registry.erb b/website/layouts/registry.erb index 9089cee6e5..40cbf31be4 100644 --- a/website/layouts/registry.erb +++ b/website/layouts/registry.erb @@ -13,6 +13,10 @@ > Documenting Providers + + > + Recommended OS and Architecture +