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

ci: release pipeline with cross-arch builds #421

Closed
dancoombs opened this issue Sep 25, 2023 · 2 comments · Fixed by #487
Closed

ci: release pipeline with cross-arch builds #421

dancoombs opened this issue Sep 25, 2023 · 2 comments · Fixed by #487
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dancoombs
Copy link
Collaborator

Describe the feature
Build a release pipeline that:

  1. Runs release level testing
  2. Increments the version
  3. Publishes a new CHANGELOG
  4. Builds docker containers for cross-arch
  5. Uploads docker containers

This should be done automatically from the release/* branches upon branch creation (major/minor versions) or new merges (only fix versions) or manually.

@dancoombs dancoombs added enhancement New feature or request priority:p1 labels Sep 25, 2023
@dancoombs dancoombs added this to the 0.1.0 milestone Sep 25, 2023
@0xfourzerofour
Copy link
Collaborator

cross-rs/cross#724

There seems to be an issue when running cross in conjunction with build scripts, a long running issue that is yet to be solved. I am going to try an alternative or manual building of respective platforms

@0xfourzerofour
Copy link
Collaborator

Mostly complete, just need to include binary gpg signatures like reth does

https://github.com/alchemyplatform/rundler/tree/josh/release-pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants