Commit 46458190 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #89 from mitchellh/debug-plat-arch

Log Packer OS/Arch to Debug
parents a7941558 dac59bf5
......@@ -28,6 +28,7 @@ func main() {
}
log.Printf("Packer Version: %s %s", packer.Version, packer.VersionPrerelease)
log.Printf("Packer Target OS/Arch: %s %s", runtime.GOOS, runtime.GOARCH)
config, err := loadConfig()
if err != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment