mirror of
https://github.com/idanoo/GoMatrixCloner
synced 2025-07-01 05:32:18 +00:00
4 lines
130 B
Bash
Executable file
4 lines
130 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Usage ./build.sh
|
|
docker buildx build --platform linux/amd64,linux/arm64 -t "idanoo/gomatrixcloner:latest" --push .
|