[lxc-devel] [distrobuilder/master] README.md: Change the example's arch to amd64

marcosps on Github lxc-bot at linuxcontainers.org
Wed Mar 7 03:04:25 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 629 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180307/51eb64de/attachment.bin>
-------------- next part --------------
From bf0bf3571017b6fdeee0918f441765f1c905e705 Mon Sep 17 00:00:00 2001
From: Marcos Paulo de Souza <marcos.souza.org at 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.org at 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


More information about the lxc-devel mailing list