It turns out "-X" is only for strings! :)
Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
| ... | ... |
@@ -9,7 +9,7 @@ var ( |
| 9 | 9 |
GITCOMMIT string |
| 10 | 10 |
VERSION string |
| 11 | 11 |
|
| 12 |
- IAMSTATIC bool // whether or not Docker itself was compiled statically via ./hack/make.sh binary |
|
| 12 |
+ IAMSTATIC string // whether or not Docker itself was compiled statically via ./hack/make.sh binary ("true" or not "true")
|
|
| 13 | 13 |
INITSHA1 string // sha1sum of separate static dockerinit, if Docker itself was compiled dynamically via ./hack/make.sh dynbinary |
| 14 | 14 |
INITPATH string // custom location to search for a valid dockerinit binary (available for packagers as a last resort escape hatch) |
| 15 | 15 |
) |