Skip to content

Commit cf70f05

Browse files
committed
fix: oracle platform file format
Fixes: #12557 Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 8c7b8f5 commit cf70f05

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)