mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-20 20:50:16 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
### 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
|
||||
```
|
||||
Reference in New Issue
Block a user