mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-25 13:24:18 +00:00
Show how to generate install/yaml files in dev guide (#1010)
This commit is contained in:
committed by
Scott Redig
parent
fd4f154a0e
commit
4e408b1abc
@ -66,6 +66,8 @@ make build-images -j$(nproc)
|
||||
make push-images -j$(nproc)
|
||||
# Push images to Docker Hub
|
||||
make REGISTRY=mydockerusername push-images -j$(nproc)
|
||||
# Generate Kubernetes installation YAML files (Note that the trailing '/' is needed here)
|
||||
make install/yaml/
|
||||
```
|
||||
|
||||
_**-j$(nproc)** is a flag to tell make to parallelize the commands based on
|
||||
|
Reference in New Issue
Block a user