add architecture doc

This commit is contained in:
Tuna
2016-08-15 22:47:23 +07:00
parent 3fcfb71006
commit 45c4829778
3 changed files with 86 additions and 2 deletions
+7 -1
View File
@@ -13,10 +13,16 @@ $ go build -tags experimental -o kompose ./cli/main
You need `-tags experimental` because the current bundlefile package of docker/libcompose is still experimental.
### Building multi-platform binaries with make
### Building binaries with make
- You need `make`
#### Build multi-platforms:
```console
$ make binary-cross
```
#### Build current platform only:
```console
$ make binary
```