Skip to content

Commit ea6c9b1

Browse files
authored
Update README instructions for new i386 Docker image
1 parent 0b11afd commit ea6c9b1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -95,23 +95,23 @@ If you have problems resolving the required dependencies or want maximum compati
9595
$ docker pull ghcr.io/multitheftauto/mtasa-blue-build:latest
9696
```
9797

98-
| Architecture | Docker image tag | Required build-time CLI-arguments |
99-
| ------------ | ---------------- | --------------------------------- |
100-
| x86 | latest | `-e BUILD_ARCHITECTURE=x86` |
101-
| x86_64 | latest | |
102-
| arm | armhf | |
103-
| arm64 | arm64 | |
98+
| Architecture | Docker image tag |
99+
| ------------ | ---------------- |
100+
| x86_64 | latest |
101+
| x86 | i386 |
102+
| arm | armhf |
103+
| arm64 | arm64 |
104104

105105
**Building with Docker**
106106

107107
These examples assume that your current directory is the mtasa-blue checkout directory. You should also know that `/build` is the code directory required by our Docker images inside the container. If the current directory is not a valid git repository, it instead create a (shallow) clone of the mtasa-blue repository. After compiling, you will find the resulting binaries in `./Bin`. To build the unoptimised debug build, add `-e BUILD_CONFIG=debug` to the docker run arguments.
108108

109-
| Architecture | Build command |
110-
| ------------ | ---------------------------------------------------------------------------------------------------------------- |
111-
| x86 | ``` docker run --rm -v `pwd`:/build -e BUILD_ARCHITECTURE=x86 ghcr.io/multitheftauto/mtasa-blue-build:latest ``` |
112-
| x86_64 | ``` docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:latest ``` |
113-
| arm | ``` docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:armhf ``` |
114-
| arm64 | ``` docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:arm64 ``` |
109+
| Architecture | Build command |
110+
| ------------ | -------------------------------------------------------------------------------------- |
111+
| x86_64 | ``` docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:latest ``` |
112+
| x86 | ``` docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:i386 ``` |
113+
| arm | ``` docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:armhf ``` |
114+
| arm64 | ``` docker run --rm -v `pwd`:/build ghcr.io/multitheftauto/mtasa-blue-build:arm64 ``` |
115115

116116
### Premake FAQ
117117

0 commit comments

Comments
 (0)