4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
docker buildx build --platform linux/arm/v7 . -t djeeberjr/spotifyd $@
|