Skip to content

Commit 37ddd68

Browse files
authored
add note regarding platform compatibility
1 parent d30d935 commit 37ddd68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The `terraform-provider-envbuilder` is a Terraform provider that acts as a helpe
55
It is used to determine if a pre-built image of a dev container built from a given Git repository is present in a given Docker registry.
66
If it is found that building a particular dev container would produce the same image that is already present in the remote registry, then that image can be used to start the container instead, skipping over the build phase.
77

8+
> **Note:** currently, this provider can only be run on Linux platforms. We are [investigating support](https://github.com/coder/terraform-provider-envbuilder/issues/26) for other platforms.
9+
810
## Usage
911

1012
Take a look at the [`envbuilder_cached_image_resource.tf`](./examples/resources/envbuilder_cached_image/envbuilder_cached_image_resource.tf) example for a detailed usage example.

0 commit comments

Comments
 (0)