mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-26 11:54:42 +01:00
5 lines
225 B
Bash
Executable File
5 lines
225 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SCRIPT_DIR="$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
|
|
docker buildx build --platform linux/amd64,linux/arm64 -t xtrime/telegram-api-server:latest "$@" --push "$SCRIPT_DIR/../" |