Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker: adapt musl tooling depending on build platform #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

qdm12
Copy link
Contributor

@qdm12 qdm12 commented Jul 8, 2021

  • Use 686 musl tooling when running on linux/386 (default musl tooling)
  • Use x86_64 musl tooling when running on linux/amd64 for faster builds
  • Wait for musl tooling for other platforms such as armv7 and arm64
  • Fail for other build platforms since there is no musl tooling for it

@qdm12 qdm12 requested a review from MindFlavor July 8, 2021 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants