Browse code

set architecture to x86_64 by default

We're going to hardcode architecture to amd64 for now.
This is a stub and will have to be changed to set the actual arch.

unclejack authored on 2013/05/25 03:42:09
Showing 1 changed files
... ...
@@ -107,6 +107,7 @@ func (graph *Graph) Create(layerData Archive, container *Container, comment, aut
107 107
 		DockerVersion: VERSION,
108 108
 		Author:        author,
109 109
 		Config:        config,
110
+		Architecture:  "x86_64",
110 111
 	}
111 112
 	if container != nil {
112 113
 		img.Parent = container.Image