1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 23:04:41 +00:00

Use docker images for the current architecture (vs just for amd64)

Fix #828, #835
This commit is contained in:
Ivan Mikushin
2016-03-28 13:50:29 -07:00
parent 5f362d78a2
commit ee9c21c5f1
3 changed files with 11 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ func installAction(c *cli.Context) {
log.WithFields(log.Fields{"err": err}).Fatal("ros install: failed to load config")
}
if image == "" {
image = cfg.Rancher.Upgrade.Image + ":" + config.VERSION
image = cfg.Rancher.Upgrade.Image + ":" + config.VERSION + config.SUFFIX
}
installType := c.String("install-type")