Commit 8599af62 authored by Jack Pearkes's avatar Jack Pearkes

builder/digitalocean: add the do builder as a plugin

parent 787a3178
package main
import (
"github.com/mitchellh/packer/packer/plugin"
"github.com/pearkes/packer/builder/digitalocean"
)
func main() {
plugin.ServeBuilder(new(digitalocean.Builder))
}
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