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

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) ===
When trying to download an ubuntu image [1], it does not feature any
image with arch x86_64, instead amd64 is used. So fix the README example
by setting the image's arch to amd64.

[1] http://cdimage.ubuntu.com/ubuntu-base/releases/artful/release/

Signed-off-by: Marcos Paulo de Souza <marcos.souza....@gmail.com>
From bf0bf3571017b6fdeee0918f441765f1c905e705 Mon Sep 17 00:00:00 2001
From: Marcos Paulo de Souza <marcos.souza....@gmail.com>
Date: Tue, 6 Mar 2018 23:57:59 -0300
Subject: [PATCH] README.md: Change the example's arch to amd64

When trying to download an ubuntu image [1], it does not feature any
image with arch x86_64, instead amd64 is used. So fix the README example
by setting the image's arch to amd64.

[1] http://cdimage.ubuntu.com/ubuntu-base/releases/artful/release/

Signed-off-by: Marcos Paulo de Souza <marcos.souza....@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6529dfc..3b9ee8f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ image:
   variant: default # optional
   description: Ubuntu Artful # optional
   expiry: 30d # optional: defaults to 30d
-  arch: x86_64 # optional: defaults to local architecture
+  arch: amd64 # optional: defaults to local architecture
 
 source:
   downloader: ubuntu-http
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to