Skip to content

Commit d7befa3

Browse files
authored
Cleanup (#107)
- fix build.sh with --load - update documentation
1 parent 7b4bbba commit d7befa3

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -271,19 +271,13 @@ For discovery mode to work, you will need to specify `network_mode=host` on the
271271
In this mode, authentication is not required on the container itself, but OTOH any premium spotify user on your network will be able to use your Librespot Player.
272272
Please note that even when using the "discovery" mode, the premium account is always required for playback.
273273

274-
### Dependency on Raspotify
275-
276-
I am currently relying, as mentioned before, to the Raspotify project to build this image. Of what Raspotify provides, this container only uses librespot.
277-
I have a branch dedicated to this issue: the problem is with the build on GitHub via QEMU, which fails for the armhf architecture.
278-
Any help in resolving this issue is welcome.
279-
280274
## Build
281275

282276
You can build (or rebuild) the image by opening a terminal from the root of the repository and issuing the following command:
283277

284278
`docker build . -t giof71/librespot`
285279

286-
It will take very little time even on a Raspberry Pi. When it's finished, you can run the container following the previous instructions.
280+
Now that we are building from code, please not that the build will take quite a lot of time. When it's finished, you can run the container following the previous instructions.
287281
Just be careful to use the tag you have built.
288282

289283
## Change History

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ docker buildx build . \
8282
--build-arg RUST_IMAGE=${select_rust_image} \
8383
--build-arg BASE_IMAGE=${select_base_image} \
8484
--build-arg USE_APT_PROXY=${use_proxy} \
85+
--load \
8586
-t giof71/librespot:$tag
8687

0 commit comments

Comments
 (0)