mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #343] [MERGED] build: use cross for cross-compilation, locally and in CD #1660
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1660
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/aome510/spotify-player/pull/343
Author: @LucasFA
Created: 1/23/2024
Status: ✅ Merged
Merged: 1/25/2024
Merged by: @aome510
Base:
master← Head:cross-compile📝 Commits (2)
b6bb4dbbuild: local cross compilatione73e938build(cd): use cross for CD📊 Changes
3 files changed (+27 additions, -23 deletions)
View changed files
📝
.github/workflows/cd.yml(+7 -23)➕
Cross.toml(+12 -0)➕
ci/Dockerfile-cross(+8 -0)📄 Description
TL;DR: of each commit is in order:
cross.Major significant benefit it actually just using current images - the FROM in the Dockerfile resolves to
ghcr.io/cross-rs/aarch64-unknown-linux-gnu:latest. That by itself could have been a PR.By the way, to see that TLDR in the code I recommend checking each commit individually. Both together it just looks like a mess 🙃
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.