Commit dac59bf5 authored by Jack Pearkes's avatar Jack Pearkes

packer: prints packers OS and architecture to the log during startup

parent 5425aeca
...@@ -28,6 +28,7 @@ func main() { ...@@ -28,6 +28,7 @@ func main() {
} }
log.Printf("Packer Version: %s %s", packer.Version, packer.VersionPrerelease) 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() config, err := loadConfig()
if err != nil { 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