mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-26 05:15:49 +03:00
[GH-ISSUE #213] Build with docker. #140
Labels
No labels
bug
enhancement
pull-request
spotify-side
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-librespot#140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ceck90 on GitHub (Sep 17, 2025).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/213
In reference to CROSSCOMPILE.md how I can compile with specific version? Because it compile with version 0.0.0
Thanks
@devgianlu commented on GitHub (Sep 17, 2025):
By default the Dockerfile.build sets the commit to
devand the version to0.0.0because it cannot get git info inside the docker container. You can set those envs to the correct value if you want them to be accurate.Anyways, when building that way it always builds the code you have checked out locally, the version and commit is just a formality.