You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,11 @@ terraform {
107
107
}
108
108
```
109
109
110
+
### M1/M2 Environments
111
+
112
+
The apple silicon environments currently have an issue where the local GitLab container will not start to run tests. We recommend that you use GitPod for developing the
113
+
provider until this issue is resolved. If you manage to get a mac environment working properly, please let us know by creating an issue!
114
+
110
115
### Use a Remote Environment via GitPod
111
116
112
117
You can choose to use your own development environment if desired, however a `.gitpod.yml` file is included within the repository to allow the use of [GitPod](https://gitpod.io/) easily.
0 commit comments