forked from LaconicNetwork/kompose
add architecture doc
This commit is contained in:
+7
-1
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user