From 867511fdf1f2b1fddf8317d50d53857ea96d7418 Mon Sep 17 00:00:00 2001 From: "Zak B. Elep" Date: Thu, 18 Jul 2019 15:35:39 +0800 Subject: [PATCH] README.md: Update directory structure description Note about the use of Debian release codename, and remove the obsolete note about bit specification. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7265051..68939e5 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ This project is the source for the Docker perl repo; for more details, take a look at https://registry.hub.docker.com/_/perl/. The structure of this repo is to use the full version ID of each Perl -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. +version, plus a comma separate list of extensions, followed by the +Debian release codename that the resulting Docker image will be based +from. The Docker Perl image now builds and runs in architectures other than `amd64`, such as [`i386`][1] and [`arm64v8`][2]; see