Skip to content

Commit

Permalink
Disable DigitalOcean StreamCloudImage
Browse files Browse the repository at this point in the history
We're going to start producing artifacts, but DigitalOcean isn't
publishing distribution images yet.
  • Loading branch information
bgilbert committed Mar 30, 2020
1 parent 43173a6 commit 4dd6b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,11 @@ func releaseToStream(releaseArch *ReleaseArch, release Release) StreamArch {
}
artifacts.Digitalocean = &digitalOcean

/* We're producing artifacts but they're not yet available
in DigitalOcean as distribution images.
digitalOceanImage := StreamCloudImage{Image: fmt.Sprintf("fedora-coreos-%s", release.Stream)}
cloudImages.Digitalocean = &digitalOceanImage
*/
}

if releaseArch.Media.Packet != nil {
Expand Down

0 comments on commit 4dd6b01

Please sign in to comment.