Get packer building again
This commit is contained in:
parent
e9278cc0bd
commit
8697cb6f6a
|
@ -3,14 +3,12 @@ package main
|
|||
|
||||
import (
|
||||
"github.com/mitchellh/packer/packer"
|
||||
"github.com/mitchellh/packer/command/build"
|
||||
"fmt"
|
||||
"os"
|
||||
)
|
||||
|
||||
func main() {
|
||||
envConfig := packer.DefaultEnvironmentConfig()
|
||||
envConfig.Command["build"] = new(build.Command)
|
||||
|
||||
env, err := packer.NewEnvironment(envConfig)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue