Skip to content

Commit

Permalink
vmware-dev: Support x86_64 only
Browse files Browse the repository at this point in the history
This change adds the `supported-arch` key to `vmware-dev`'s `Cargo.toml`
and ensure's the variant will only be built for `x86_64`.
  • Loading branch information
zmrow committed Apr 1, 2021
1 parent 2122f09 commit 0b70807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variants/vmware-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ exclude = ["README.md"]

[package.metadata.build-variant]
image-format = "vmdk"
supported-arches = ["x86_64"]
included-packages = [
# core
"release",
Expand Down

0 comments on commit 0b70807

Please sign in to comment.