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

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) ===
Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From c69ad70091530cfa4bc7664a9005e178ca857731 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Thu, 27 Feb 2020 13:18:22 +0100
Subject: [PATCH] images/debian: Fix arm64 grub-efi package

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 images/debian.yaml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/images/debian.yaml b/images/debian.yaml
index 9d12ac8..e69657f 100644
--- a/images/debian.yaml
+++ b/images/debian.yaml
@@ -939,11 +939,6 @@ packages:
 
     - packages:
       - grub-efi
-      action: install
-      types:
-        - vm
-
-    - packages:
       - linux-image-amd64
       action: install
       types:
@@ -952,6 +947,7 @@ packages:
         - amd64
 
     - packages:
+      - grub-efi-arm64
       - linux-image-arm64
       action: install
       types:
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to