The current steps for automated systems is:
- Download Golang's tar package
- Configure GOPATH
- Configure PATH
- Make sure
make is working using the init target
- Troubleshoot if not
- Wait for the golang dependencies to be downloaded
- Wait for the binary to be prepared to build
make build
Expectation:
- Download a package builder binary
- Add to PATH
- Use the binary for example in this way: `corral-builder -d /path/to/packages/folder -o /target/folder'
- Have the target folder with the images created
- No troubleshoot