From eedce31eb4aa8c0678c24cdf907ebd971ce02233 Mon Sep 17 00:00:00 2001 From: Aditya R Date: Tue, 22 Mar 2022 17:16:52 +0530 Subject: import: allow users to set os, arch and variant of imports Allows users to set `--os` , `--arch` and `--variant` of the image created from the custom import. Following is useful when user is already aware of the values which are correct for their generated rootfs Signed-off-by: Aditya R --- pkg/domain/entities/images.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg/domain/entities') diff --git a/pkg/domain/entities/images.go b/pkg/domain/entities/images.go index 93334fc6a..7081c5d25 100644 --- a/pkg/domain/entities/images.go +++ b/pkg/domain/entities/images.go @@ -279,6 +279,7 @@ type ImageLoadReport struct { type ImageImportOptions struct { Architecture string + Variant string Changes []string Message string OS string -- cgit v1.2.3-54-g00ecf