fix: Use different mount options based on build engine
This commit is contained in:
parent
a7d862abf0
commit
2a1cab3598
7 changed files with 43 additions and 6 deletions
|
|
@ -18,7 +18,7 @@ use log::{debug, info, trace, warn};
|
|||
use miette::{IntoDiagnostic, Result};
|
||||
use oci_distribution::Reference;
|
||||
|
||||
use crate::commands::validate::ValidateCommand;
|
||||
use crate::{DriverTemplate, commands::validate::ValidateCommand};
|
||||
|
||||
use super::BlueBuildCommand;
|
||||
|
||||
|
|
@ -175,6 +175,7 @@ impl GenerateCommand {
|
|||
.base_digest(base_digest)
|
||||
.maybe_nushell_version(recipe.nushell_version.as_ref())
|
||||
.build_features(build_features)
|
||||
.build_engine(Driver::get_build_driver().build_engine())
|
||||
.build();
|
||||
|
||||
let output_str = template.render().into_diagnostic()?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue