Skip to content

Commit 30da0bc

Browse files
frezbosmira
authored andcommitted
fix: oracle platform file format
Fixes: #12557 Signed-off-by: Noel Georgi <git@frezbo.dev> (cherry picked from commit cf70f05)
1 parent 7ddb37b commit 30da0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/machinery/platforms/platforms.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func CloudPlatforms() []Platform {
309309

310310
Architectures: []Arch{ArchAmd64, ArchArm64},
311311
Documentation: "/talos-guides/install/cloud-platforms/oracle/",
312-
DiskImageSuffix: "raw.xz",
312+
DiskImageSuffix: "qcow2",
313313
BootMethods: []BootMethod{
314314
BootMethodDiskImage,
315315
},

0 commit comments

Comments
 (0)