[lxc-devel] [lxc-ci/master] images/archlinux: Don't remove linux-firmware twice

monstermunchkin on Github lxc-bot at linuxcontainers.org
Tue Mar 3 20:33:31 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 500 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200303/05fdbe36/attachment.bin>
-------------- next part --------------
From 486b22e2eeeb77ff2a93b9b1a997dcf02ae34df1 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Tue, 3 Mar 2020 21:32:25 +0100
Subject: [PATCH] images/archlinux: Don't remove linux-firmware twice

Since linux-firmware is automatically removed when removing the linux
package, don't attempt to remove it a second time as this will fail.

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

diff --git a/images/archlinux.yaml b/images/archlinux.yaml
index 8eb5d26..b260bf3 100644
--- a/images/archlinux.yaml
+++ b/images/archlinux.yaml
@@ -598,7 +598,6 @@ packages:
       action: remove
       architectures:
         - aarch64
-        - armv7
       types:
         - container
 


More information about the lxc-devel mailing list