Skip to content

Commit

Permalink
Merge pull request #1022 from dongsupark/vmware-arm64-unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored Jan 10, 2024
2 parents b9d9448 + 13f3dd5 commit bbdaa4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Major changes:

Minor changes:

- providers/vmware: add missing public functions for non-amd64

Packaging changes:

Expand Down
4 changes: 4 additions & 0 deletions src/providers/vmware/unsupported.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ impl VmwareProvider {
pub fn try_new() -> Result<Self> {
bail!("unsupported architecture");
}

pub fn parse_netplan_config(&self) -> Result<Option<String>> {
bail!("unsupported architecture");
}
}

0 comments on commit bbdaa4f

Please sign in to comment.