Skip to content

Commit 075cd1b

Browse files
committed
[Documentation] Document OCI switch
Document the OCI override switch Signed-off-by: Nicolas signed-log FORMICHELLA <[email protected]>
1 parent 19b7a30 commit 075cd1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ these principles when making changes.
212212
```text
213213
$ make test
214214
```
215+
If you don't use `docker` but an OCI engine akin to `podman`, you can set it through the `OCI` switch for every target
216+
217+
```text
218+
$ make test OCI=podman
219+
```
215220
216221
5. Create a feature branch, based off the `develop` branch.
217222

0 commit comments

Comments
 (0)