We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210f854 commit 89e59ebCopy full SHA for 89e59eb
doc/building.md
@@ -7,10 +7,10 @@ cd $GOPATH/src/tkestack.io/galaxy
7
# building all binaries
8
make
9
# OR
10
-make BINS="galxy galxy-ipam"
+make BINS="galaxy galaxy-ipam"
11
12
-# building galxy-ipam
13
-make BINS="galxy-ipam"
+# building galaxy-ipam
+make BINS="galaxy-ipam"
14
```
15
16
# Build Docker Image
@@ -19,8 +19,8 @@ make BINS="galxy-ipam"
19
# building all images
20
make image
21
22
-# builing Galxy-ipam
23
-make image BINS="galxy-ipam"
+# builing galaxy-ipam
+make image BINS="galaxy-ipam"
24
25
26
# Build Docker Image for specified arch
0 commit comments