Skip to content

Commit

Permalink
Merge pull request #15437 from MinaProtocol/dkijania/buster-archive-m…
Browse files Browse the repository at this point in the history
…igration

Added support for buster in archive migration
  • Loading branch information
deepthiskumar authored Apr 2, 2024
2 parents f07ed84 + 1893692 commit 6e92017
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions buildkite/src/Jobs/Release/MinaArtifactMigrationBuster.dhall
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
let ArtifactPipelines = ../../Command/MinaArtifact.dhall

let DebianVersions = ../../Constants/DebianVersions.dhall
let Profiles = ../../Constants/Profiles.dhall
let Artifacts = ../../Constants/Artifacts.dhall
let Toolchain = ../../Constants/Toolchain.dhall
let ContainerImages = ../../Constants/ContainerImages.dhall
let Pipeline = ../../Pipeline/Dsl.dhall
let PipelineMode = ../../Pipeline/Mode.dhall

in

Pipeline.build
(ArtifactPipelines.pipeline
ArtifactPipelines.MinaBuildSpec::{
artifacts = [ Artifacts.Type.ArchiveMigration ],
prefix = "MinaArtifactMigration",
debVersion = DebianVersions.DebVersion.Buster,
toolchainSelectMode = (Toolchain.SelectionMode.Custom ContainerImages.minaCaqtiToolchainBuster )
}
)

0 comments on commit 6e92017

Please sign in to comment.