[lxc-devel] [lxc-ci/master] images/opensuse: Fix shim for aarch64

monstermunchkin on Github lxc-bot at linuxcontainers.org
Wed Mar 4 17:16:01 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 380 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200304/f9e8008b/attachment.bin>
-------------- next part --------------
From 09c6c02ce36069cc9d9756442451ffefee9e5732 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Wed, 4 Mar 2020 18:15:20 +0100
Subject: [PATCH] images/opensuse: Fix shim for aarch64

Shim is amd64 only.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/opensuse.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/images/opensuse.yaml b/images/opensuse.yaml
index 90f9431..847a7f2 100644
--- a/images/opensuse.yaml
+++ b/images/opensuse.yaml
@@ -179,6 +179,7 @@ packages:
        - aarch64
 
     - packages:
+       - shim
        - grub2-x86_64-efi
       action: install
       types:
@@ -188,7 +189,6 @@ packages:
 
     - packages:
        - kernel-default
-       - shim
       action: install
       types:
        - vm


More information about the lxc-devel mailing list