Skip to content

Commit 956ebb4

Browse files
authored
[Docs] Mention new officially supported platforms (#1147)
1 parent f232f87 commit 956ebb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ provides more details about what you can usually do inside the build script.
132132

133133
The builder should also specify the list of platforms for which you want to
134134
build the package. At the time of writing, we support Linux (`x86_64`, `i686`,
135-
`armv7l`, `aarch64`, `ppc64le`), Windows (`x86_64`, `i686`), macOS (`x86_64`)
136-
and FreeBSD (`x86_64`). When possible, we try to build for all supported
137-
platforms, in which case you can set
135+
`armv6l`, `armv7l`, `aarch64`, `ppc64le`), Windows (`x86_64`, `i686`), macOS
136+
(`x86_64`, `aarch64`) and FreeBSD (`x86_64`). When possible, we try to build
137+
for all supported platforms, in which case you can set
138138

139139
```julia
140140
platforms = supported_platforms()

0 commit comments

Comments
 (0)