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

feat: builds, packages, pushing contains to ghcr #360

Merged
merged 3 commits into from
Oct 9, 2023
Merged

Conversation

zeeshanlakhani
Copy link
Contributor

@zeeshanlakhani zeeshanlakhani commented Oct 7, 2023

feat: builds via cross/rel

Closes #276. We'll open a new issue for more specific packages: brew, arch-linux, wix/windows. This will need some further testing to be absolutely sure, cc @walkah.

Includes:

  • Fixes bug with empty check on annouce_addresses
  • local cross-rs setup for builds
  • github action workflows: builds.yml tied to release
    • builds binaries (cross if need be) for aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl, aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin, x86_64-pc-windows-msvc, and x86_64-unknown-freebsd (for now)
    • builds packages for .deb, .rpm (sets out todos for brew, wix, aur)
    • docker push to ghcr.io and tag mult. versions

@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

Merging #360 (01ba0ca) into main (b286ea0) will decrease coverage by 0.60%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #360      +/-   ##
==========================================
- Coverage   72.74%   72.15%   -0.60%     
==========================================
  Files          70       69       -1     
  Lines        6943     6848      -95     
==========================================
- Hits         5051     4941     -110     
- Misses       1892     1907      +15     
Files Coverage Δ
homestar-runtime/src/network/swarm.rs 58.55% <100.00%> (+1.97%) ⬆️

... and 8 files with indirect coverage changes

@zeeshanlakhani zeeshanlakhani marked this pull request as ready for review October 8, 2023 15:42
@zeeshanlakhani zeeshanlakhani requested a review from a team as a code owner October 8, 2023 15:42
Includes:

- local cross-rs setup for builds
- github action workflows: builds.yml tied to release
  * builds binaries (cross if need be) for aarch64-unknown-linux-gnu, aarch64-unknown-linux-musl,
    aarch64-apple-darwin, x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl, x86_64-apple-darwin,
    x86_64-pc-windows-msvc, and x86_64-unknown-freebsd (for now)
  * builds packages for .deb, .rpm (sets out todos for brew, wix, aur)
  * docker push to ghcr.io and tag mult. versions
@zeeshanlakhani zeeshanlakhani changed the title chore: cross-builds feat: builds, packages, pushing contains to ghcr Oct 9, 2023
@zeeshanlakhani zeeshanlakhani merged commit 0eeb0bf into main Oct 9, 2023
27 checks passed
@zeeshanlakhani zeeshanlakhani deleted the zl/cross branch October 9, 2023 18:50
@release-plz-ipvm-wg release-plz-ipvm-wg bot mentioned this pull request Oct 9, 2023
This was referenced Jan 19, 2024
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.

Packaging and Dissemination: Package for self-hosting & deployment to managed services
1 participant