-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adapt publish command for multi-variant packages #431
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dappnode bot has built and pinned the built packages to an IPFS node, for commit: f6fd5d4 This is a development version and should only be installed for testing purposes. (by dappnodebot/build-action) |
pablomendezroyo
requested changes
Jun 13, 2024
commit cfbdb0f Author: dappnodedev <[email protected]> Date: Tue Jun 18 17:28:29 2024 +0200 0.3.24 commit 2ff654a Author: dappnodedev <[email protected]> Date: Tue Jun 18 17:21:54 2024 +0200 Bugfix: Create Github releases (#434) * Bump octokit version * Fix Github release creation * Update all github requests * Do not upload release assets * Use octokit.rest * Improve Github error handling commit cc60a42 Author: dappnodedev <[email protected]> Date: Fri Jun 14 16:17:01 2024 +0200 0.3.23 commit 93ebd23 Author: dappnodedev <[email protected]> Date: Fri Jun 14 16:05:05 2024 +0200 Fix build for new upstream format (#433) * Fix build for new upstream format * Compare with string status 404 (not number) * Update remote IPFS API for tests
pablomendezroyo
approved these changes
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
publish
command is now available for multi-variant packages, like https://github.com/dappnode/DAppNodePackage-geth-genericThe flags added to the publish command are:
--variants_dir_name
: By default "./package_variants", where each variant directory is placed--all_variants
: If set, all the available variants are published--variants
: Comma-separated string to define what variants to buildThe new releases will look like this:
This PR overrides #430