mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-19 04:00:18 +03:00
13 lines
244 B
Markdown
13 lines
244 B
Markdown
### Run the following scripts to build docker images
|
|
### linux/amd64 (build)
|
|
```
|
|
build-all-amd64.sh
|
|
```
|
|
### linux/arm64 (build)
|
|
```
|
|
build-all-arm64.sh
|
|
```
|
|
### linux/amd64 & linux/arm64 (build and push)
|
|
```
|
|
build-and-push-all-amd64-arm64.sh
|
|
``` |