aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Fernández <ferferga@hotmail.com>2021-09-06 17:51:08 +0200
committerFernando Fernández <ferferga@hotmail.com>2021-09-06 17:51:08 +0200
commit488e276f01b34c9aa82b53c969c56ccc9647cfbe (patch)
treec81f18177f6334709ece7fe963cca270317997cf
parent92aa820f37b95b39ee8e35e78cbcc572a5525ba3 (diff)
Fix Dockerfile typos
-rw-r--r--Dockerfile4
-rw-r--r--Dockerfile.arm2
-rw-r--r--Dockerfile.arm642
3 files changed, 6 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 88bc8504f..791a6113e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,7 @@
+# DESIGNED FOR BUILDING ON AMD64 ONLY
+#####################################
+# Requires binfm_misc registration
+# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
ARG DOTNET_VERSION=5.0
FROM node:lts-alpine as web-builder
diff --git a/Dockerfile.arm b/Dockerfile.arm
index dcd006ff8..8d4b548bc 100644
--- a/Dockerfile.arm
+++ b/Dockerfile.arm
@@ -1,4 +1,4 @@
-# DESIGNED FOR BUILDING ON AMD64 ONLY
+# DESIGNED FOR BUILDING ON ARM ONLY
#####################################
# Requires binfm_misc registration
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index 7311c6b9f..835aa36a1 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -1,4 +1,4 @@
-# DESIGNED FOR BUILDING ON AMD64 ONLY
+# DESIGNED FOR BUILDING ON ARM64 ONLY
#####################################
# Requires binfm_misc registration
# https://github.com/multiarch/qemu-user-static#binfmt_misc-register