-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Create a build service to make it easier for users to build its servers. Ideally, we gonna have an HTTP endpoint http://build.pipehub.io and an API http://api.pipehub.io.
POST https://api.pipehub.io/v1/builds
request
{
"version": "v0.1.0,
"goos": "windows",
"goarch": "amd64"
}
response
{
"id": "12345"
}
version is the Docker image we gonna used to do the build.
GET https://api.pipehub.io/v1/builds/12345
{
"status": "queued|running|done",
"expiresAt": "UTC date"
}
GET https://api.pipehub.io/v1/builds/12345/artifacts
Metadata
Metadata
Assignees
Labels
No labels