mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 00:05:50 +03:00
[GH-ISSUE #242] Attach artifacts to release for popular architectures #87
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#87
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?
Originally created by @onedr0p on GitHub (Jul 12, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/242
It would be nice if you could attach the binary for lldap to the releases page for popular architectures and platforms like gnu, musl, amd64 and arm64.
This could be done with https://github.com/rust-build/rust-build.action perhaps?
You also might be able to look at vector for github workflows that compile rust across architectures:
https://github.com/vectordotdev/vector/releases/tag/v0.23.0
@nitnelave commented on GitHub (Oct 12, 2022):
Updated release v0.4.1 to include some artifacts: https://github.com/nitnelave/lldap/releases/tag/v0.4.1
If someone wants to contribute a github workflow that does it automatically for releases, it'd be welcome. Maybe whenever a tag is pushed, it creates a release draft with the artifacts (and then I can come and fix the changelog).
@nitnelave commented on GitHub (Nov 10, 2022):
It'll happen automatically with the next releases.