The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/127

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Shim is amd64 only.

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 09c6c02ce36069cc9d9756442451ffefee9e5732 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@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.h...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to