-
Notifications
You must be signed in to change notification settings - Fork 253
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 and aarch deb generation #737
Conversation
039b57f
to
12173c1
Compare
Codecov Report
@@ Coverage Diff @@
## master #737 +/- ##
=======================================
Coverage 24.20% 24.20%
=======================================
Files 56 56
Lines 12925 12925
=======================================
Hits 3128 3128
Misses 9797 9797
Continue to review full report at Codecov.
|
6a52135
to
36b0762
Compare
61d27d9
to
0a144e7
Compare
Might want to wait for cross-rs/cross#716 to potentially have some developments so I could potentially easily do this with cross, after some messing around, it seems like running cargo deb on ARM via GHA is kinda messy... I might still mess around with this in the meantime though. |
55baa1c
to
a6d3569
Compare
a6d3569
to
537ae2d
Compare
Gonna close this for now, I'll open a new PR with a slightly less awful solution. |
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 arm and aarch64 as targets to build .deb files for in the deployment and nightly workflows.
Issue
If applicable, what issue does this address?
Closes: #736
Testing
Relevant workflows should be run:
Checklist
If relevant, ensure the following have been met:
cargo fmt
)README.md
, help menu, etc.)