Skip to content

Conversation

@dappnodedev
Copy link
Contributor

This PR aims to move from type:

interface BuildVariantsMap { [variant: string]: { // Compose file compose: Compose; // Manifest-related manifest: Manifest; manifestFormat: ManifestFormat; // File paths releaseDir: string; composePaths: string[]; // Package information images: PackageImage[]; architectures: Architecture[]; } }

to type:

interface PackageToBuildProps { variant: string | null; // Compose file compose: Compose; // Manifest-related manifest: Manifest; manifestFormat: ManifestFormat; // File paths releaseDir: string; composePaths: ComposePaths[]; manifestPaths: ManifestPaths[]; // Package information images: PackageImage[]; architectures: Architecture[]; }[]
@github-actions
Copy link

Dappnode bot has built and pinned the built packages to an IPFS node, for commit: a915def

This is a development version and should only be installed for testing purposes.

  1. Package dappnodesdk.public.dappnode.eth

Install link

Hash: /ipfs/Qma91XunjmTx9GdFcjMgM6cP54b2aG6PTs4JcpNucVYJvx

(by dappnodebot/build-action)

@dappnodedev dappnodedev marked this pull request as ready for review July 15, 2024 13:53
@dappnodedev dappnodedev requested a review from a team as a code owner July 15, 2024 13:53
@dappnodedev
Copy link
Contributor Author

Overridden by #443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants