From 5f69a53dba4b0e550ab29c7f2bf4277222927097 Mon Sep 17 00:00:00 2001 From: unclejack Date: Fri, 24 May 2013 21:42:09 +0300 Subject: [PATCH] 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. --- graph.go | 1 + 1 file changed, 1 insertion(+) diff --git a/graph.go b/graph.go index 5bf305fc22..6010c9b6ca 100644 --- a/graph.go +++ b/graph.go @@ -107,6 +107,7 @@ func (graph *Graph) Create(layerData Archive, container *Container, comment, aut DockerVersion: VERSION, Author: author, Config: config, + Architecture: "x86_64", } if container != nil { img.Parent = container.Image