Skip to content

Commit

Permalink
Merge pull request #157 from kinvolk/kai/lts-gce
Browse files Browse the repository at this point in the history
cmd/plume: Don't try to publish GCE LTS images
  • Loading branch information
pothos authored Dec 16, 2020
2 parents fa044b0 + 437e786 commit ca98d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/plume/containerlinux.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ var (
BasePrivateURL: "gs://flatcar-jenkins-private/lts/boards",
Boards: []string{"amd64-usr"},
Destinations: []storageSpec{},
GCE: newGceSpec("lts", lts_desc),
GCE: gceSpec{},
Azure: azureSpec{},
AzurePremium: newAzureSpec(azureEnvironments, "publish", "Flatcar LTS", "_pro", lts_desc),
AWS: awsSpec{},
Expand Down

0 comments on commit ca98d6d

Please sign in to comment.