From d65da2ee4604b89366808934eb14d15c694af380 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Thu, 31 Dec 2020 15:44:27 +0000 Subject: [PATCH] docs edits from review --- docs/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index d7b91149..5fd02f64 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -35,9 +35,9 @@ is via the [docker/setup-qemu-action][setup-qemu-action] on Github Actions or [binfmt]: https://hub.docker.com/r/tonistiigi/binfmt Check out the following config for an example of how to set it up on Github -Actions. Once qemu is set up and registered, you just need to set the -`CIBW_ARCHS_LINUX` variable, and the other architectures are emulated -automatically. +Actions. Once QEMU is set up and registered, you just need to set the +`CIBW_ARCHS_LINUX` environment variable (or use the `--archs` option on +Linux), and the other architectures are emulated automatically. > .github/workflows/build.yml ```yaml