Skip to content

Commit

Permalink
osbuild: Rename GCE output from .tgz to .tar.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
pastequo committed Oct 17, 2024
1 parent 35fb966 commit 484f36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/image/bootc_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (img *BootcDiskImage) InstantiateManifestFromContainers(m *manifest.Manifes
gcePipeline.SELinux = common.ToPtr(false)
gcePipeline.Xattrs = common.ToPtr(false)
gcePipeline.Transform = fmt.Sprintf(`s/%s/disk.raw/`, regexp.QuoteMeta(rawImage.Filename()))
gcePipeline.SetFilename("image.tgz")
gcePipeline.SetFilename("image.tar.gz")

return nil
}

0 comments on commit 484f36a

Please sign in to comment.