mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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.
This commit is contained in:
parent
2cf92abf0e
commit
5f69a53dba
1 changed files with 1 additions and 0 deletions
1
graph.go
1
graph.go
|
@ -107,6 +107,7 @@ func (graph *Graph) Create(layerData Archive, container *Container, comment, aut
|
||||||
DockerVersion: VERSION,
|
DockerVersion: VERSION,
|
||||||
Author: author,
|
Author: author,
|
||||||
Config: config,
|
Config: config,
|
||||||
|
Architecture: "x86_64",
|
||||||
}
|
}
|
||||||
if container != nil {
|
if container != nil {
|
||||||
img.Parent = container.Image
|
img.Parent = container.Image
|
||||||
|
|
Loading…
Reference in a new issue