terraform/website/docs/registry/providers/os-arch.html.md

25 lines
943 B
Markdown
Raw Normal View History

2020-07-21 16:05:40 +02:00
---
layout: "registry"
page_title: "Recommended Provider Binary Operating Systems and Architectures - Terraform Registry"
2020-07-21 16:05:40 +02:00
sidebar_current: "docs-registry-provider-os-arch"
description: |-
Recommended Provider Binary Operating Systems and Architectures
2020-07-21 16:05:40 +02:00
---
# Recommended Provider Binary Operating Systems and Architectures
2020-07-21 16:05:40 +02:00
We recommend the following operating system / 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)):
2020-07-21 16:05:40 +02:00
* 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