From 892e2b4fbb58c48ee802cd13b34017300c630f18 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Sun, 12 Aug 2018 15:48:28 +0800 Subject: [PATCH] :lipstick: Update README As the Dockerfile directory names have changed, update the note here regarding builds on multiple architectures. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 721b660..7265051 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,9 @@ version, plus a comma separate list of extensions. Every directory is expected to have at least the bit specification (32bit or 64bit), and at the moment the only other extension is threaded. -Despite having a directory layout expressed in terms of bit -specifications as above, the Docker Perl image now builds and runs in -architectures other than `amd64`, such as [`i386`][1] and -[`arm64v8`][2]; see [docker-library/official-images][3] for the details. +The Docker Perl image now builds and runs in architectures other than +`amd64`, such as [`i386`][1] and [`arm64v8`][2]; see +[docker-library/official-images][3] for the details. [1]: https://hub.docker.com/r/i386/perl/