瀏覽代碼

Merge pull request #6521 from ferferga/fix-typos

Fix Dockerfile typos
Claus Vium 3 年之前
父節點
當前提交
ec35b8b425
共有 3 個文件被更改,包括 6 次插入2 次删除
  1. 4 0
      Dockerfile
  2. 1 1
      Dockerfile.arm
  3. 1 1
      Dockerfile.arm64

+ 4 - 0
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

+ 1 - 1
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

+ 1 - 1
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