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