mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
Get packer building again
This commit is contained in:
parent
e9278cc0bd
commit
8697cb6f6a
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue