4 lines
94 B
Bash
4 lines
94 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
docker buildx build --platform linux/arm/v7 . -t djeeberjr/spotifyd --push
|