mirror of
https://github.com/devgianlu/go-librespot.git
synced 2026-04-25 21:05:47 +03:00
[PR #96] [MERGED] feat: add Dockerfile for cross-compiling #205
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#205
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?
📋 Pull Request Information
Original PR: https://github.com/devgianlu/go-librespot/pull/96
Author: @felixstorm
Created: 9/17/2024
Status: ✅ Merged
Merged: 10/20/2024
Merged by: @devgianlu
Base:
master← Head:feature/add-build-cross-compile📝 Commits (2)
f3ef85echore: add cross compilation documentationf1899ffci: use Docker to build release📊 Changes
4 files changed (+156 additions, -123 deletions)
View changed files
📝
.github/workflows/release.yml(+17 -123)➕
CROSS_COMPILE.md(+77 -0)➕
Dockerfile.build(+60 -0)📝
README.md(+2 -0)📄 Description
It's basically a copy of
.github/workflows/release.ymlin aDockerfileand enables one to cross-build also for other platforms without having to do or wait for a GitHub release.I was only able to test the results for
x86-64-linux-gnuandarm-rpi-linux-gnueabihfon actual hardware but the other two targets at least compile without errors.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.