Skip to content

Commit 82c63c0

Browse files
authored
all: add 32bit platforms to README (#339)
32bit Linux including Android are supported on a best-effort basis, so add them as Tier 2 platforms.
1 parent 0a75c4b commit 82c63c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,9 @@ Tier 1 platforms are the primary targets officially supported by PureGo. When a
4040

4141
Tier 2 platforms are supported by PureGo on a best-effort basis. Critical bugs on Tier 2 platforms do not block new PureGo releases. However, fixes contributed by external contributors are very welcome and encouraged.
4242

43+
- **Android**: 386, arm
4344
- **FreeBSD**: amd64, arm64
44-
- **Linux**: loong64
45+
- **Linux**: 386, arm, loong64
4546
- **Windows**: 386*, arm*
4647

4748
`*` These architectures only support `SyscallN` and `NewCallback`

0 commit comments

Comments
 (0)