docs edits from review

This commit is contained in:
Joe Rickerby
2020-12-31 15:44:27 +00:00
parent f43407210a
commit d65da2ee46
+3 -3
View File
@@ -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 [binfmt]: https://hub.docker.com/r/tonistiigi/binfmt
Check out the following config for an example of how to set it up on Github 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 Actions. Once QEMU is set up and registered, you just need to set the
`CIBW_ARCHS_LINUX` variable, and the other architectures are emulated `CIBW_ARCHS_LINUX` environment variable (or use the `--archs` option on
automatically. Linux), and the other architectures are emulated automatically.
> .github/workflows/build.yml > .github/workflows/build.yml
```yaml ```yaml