[lxc-devel] [lxc-ci/master] images/opensuse: Fix ppc build

monstermunchkin on Github lxc-bot at linuxcontainers.org
Mon Jun 15 15:15:18 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200615/ec94c567/attachment.bin>
-------------- next part --------------
From 9b376c2c9557d549a9b77689f89a04eb40de89d6 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Mon, 15 Jun 2020 17:14:43 +0200
Subject: [PATCH] images/opensuse: Fix ppc build

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

diff --git a/images/opensuse.yaml b/images/opensuse.yaml
index c4176ae..7deb6c6 100644
--- a/images/opensuse.yaml
+++ b/images/opensuse.yaml
@@ -170,8 +170,15 @@ packages:
     - systemd-sysvinit
     - tar
     - which
+    action: install
+
+  - packages:
     - xz
     action: install
+    architectures:
+    - aarch64
+    - x86_64
+    - i686
 
   - packages:
     - net-tools


More information about the lxc-devel mailing list