aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-28 01:09:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-28 01:09:00 +0300
commit0abecd6d6485bbfa94f9489dbf9dc5e21574f849 (patch)
tree38d49132c45cf4432992ffaca79ff71b9da17ad5 /README.md
parentTravis: switch to make (diff)
downloadfr24feed-0abecd6d6485bbfa94f9489dbf9dc5e21574f849.tar.gz
fr24feed-0abecd6d6485bbfa94f9489dbf9dc5e21574f849.zip
add safety checks to Makefile
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 72c4d5a..d1c8c5d 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,8 @@ The approach is to use Docker's new BuildKit builder + the buildx command line
plugin.
Other possibilities are:
-* use QEMU + multiarch base images directly ([2][2], [3][3]), and create a manifest file
-manually,
+* use QEMU + multiarch base images directly ([2][2], [3][3]), and create a
+manifest file manually,
* build natively on multiple architectures (not sure how to combine them in a
single manifest then though).