aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/boring/README.md')
-rw-r--r--src/crypto/internal/boring/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/crypto/internal/boring/README.md b/src/crypto/internal/boring/README.md
index 62106cdc70..ec02786d96 100644
--- a/src/crypto/internal/boring/README.md
+++ b/src/crypto/internal/boring/README.md
@@ -27,14 +27,13 @@ syso/goboringcrypto_linux_arm64.syso is built with:
GOARCH=arm64 ./build.sh
-Both run using Docker.
-
+Both run on an x86 Debian Linux system using Docker.
For the arm64 build to run on an x86 system, you need
apt-get install qemu-user-static qemu-binfmt-support
to allow the x86 kernel to run arm64 binaries via QEMU.
-For the amd64 build to run on an Apple Silicon macOS, you need Rosetta 2.
-
See build.sh for more details about the build.
+
+