mirror of https://github.com/hashicorp/packer
parent
787a3178b3
commit
8599af62a4
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/mitchellh/packer/packer/plugin"
|
||||
"github.com/pearkes/packer/builder/digitalocean"
|
||||
)
|
||||
|
||||
func main() {
|
||||
plugin.ServeBuilder(new(digitalocean.Builder))
|
||||
}
|
||||
Loading…
Reference in new issue