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

deployment: add arm musl targets #726

Merged
merged 1 commit into from
May 7, 2022
Merged

deployment: add arm musl targets #726

merged 1 commit into from
May 7, 2022

Conversation

ClementTsang
Copy link
Owner

Description

A description of the change and what it does. If relevant (such as any change that modifies the UI), please provide screenshots of the change:

Adds musl targets to the nightly and deployment workflows.

Issue

If applicable, what issue does this address?

Closes: #725

Testing

If relevant, please state how this was tested. All changes must be tested to work:

Tested on the following mock action runs:

Checklist

If relevant, ensure the following have been met:

  • Areas your change affects have been linted using rustfmt (cargo fmt)
  • The change has been tested and doesn't appear to cause any unintended breakage
  • Documentation has been added/updated if needed (README.md, help menu, etc.)
  • The pull request passes the provided CI pipeline
  • There are no merge conflicts

@codecov-commenter
Copy link

Codecov Report

Merging #726 (6cf21d5) into master (4ceaf8d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #726   +/-   ##
=======================================
  Coverage   20.78%   20.78%           
=======================================
  Files          53       53           
  Lines       13620    13620           
=======================================
  Hits         2831     2831           
  Misses      10789    10789           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4ceaf8d...6cf21d5. Read the comment docs.

@ClementTsang ClementTsang marked this pull request as ready for review May 7, 2022 19:53
@ClementTsang ClementTsang merged commit 460869f into master May 7, 2022
@ClementTsang ClementTsang deleted the arm_musl branch May 7, 2022 19:53
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.

armv7 musl binaries
2 participants