mirror of
https://github.com/opengram-server/opengram.git
synced 2026-07-22 21:50:16 +03:00
11 lines
364 B
Bash
11 lines
364 B
Bash
#!/bin/sh
|
|
export BUILDPLATFORM="linux/amd64,linux/arm64"
|
|
export TARGETARCH="linux/amd64,linux/arm64"
|
|
#export REGISTRY_URL="localhost:8500"
|
|
export BUILD_COMMAND="docker buildx build --push"
|
|
./1.build-messenger-command-server.sh
|
|
./2.build-messenger-query-server.sh
|
|
./4.build-sms-sender.sh
|
|
./5.build-gateway-server.sh
|
|
./6.build-auth-server.sh
|
|
./7.build-data-seeder.sh |