packer: prints packers OS and architecture to the log during startup
This commit is contained in:
parent
5425aecaae
commit
dac59bf50e
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue