The AWS and Azure RHUI images are produced as compressed archives, which can be uploaded to Koji, but they can't be uploaded to the cloud provider in this format. To support cloud upload for these types of images, we need to decompress them before the upload. Add a workaround for AWS and AzureImage targets to check if the image has `.xz` suffix and if yes, decompress it before uploading to cloud. This workaround is needed until image definitions will support and use multiple exports per image to allow using different export per upload target. |
||
|---|---|---|
| .. | ||
| config.go | ||
| config_test.go | ||
| jobimpl-depsolve.go | ||
| jobimpl-koji-finalize.go | ||
| jobimpl-koji-init.go | ||
| jobimpl-osbuild.go | ||
| main.go | ||