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

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) ===

From 9b376c2c9557d549a9b77689f89a04eb40de89d6 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Mon, 15 Jun 2020 17:14:43 +0200
Subject: [PATCH] images/opensuse: Fix ppc build

Signed-off-by: Thomas Hipp <thomas.h...@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
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to