Skip to content

Commit

Permalink
docs(examples): remove macos (#378)
Browse files Browse the repository at this point in the history
Removes the examples for macOS.

On June 22, 2020 Apple announced the transition from x86 to Apple silicon. VMware vSphere 7.0.x was the final release supporting Apple Mac Platforms on x86.

Ref: https://kb.vmware.com/s/article/88698

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored Mar 7, 2024
1 parent 39177a3 commit afec3b7
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .web-docs/components/builder/vsphere-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This builder clones VMs from existing templates.

## Examples

See complete Ubuntu, Windows, and macOS templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).
See example templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).

## Configuration Reference

Expand Down
2 changes: 1 addition & 1 deletion .web-docs/components/builder/vsphere-iso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ starts from an ISO file and creates new VMs from scratch.

## Examples

See complete Ubuntu, Windows, and macOS templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).
See example templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).

# Configuration Reference

Expand Down
49 changes: 0 additions & 49 deletions builder/vsphere/examples/macos/macos-10.13.json

This file was deleted.

46 changes: 0 additions & 46 deletions builder/vsphere/examples/macos/macos-10.13.pkr.hcl

This file was deleted.

1 change: 0 additions & 1 deletion builder/vsphere/examples/macos/setup/.gitignore

This file was deleted.

18 changes: 0 additions & 18 deletions builder/vsphere/examples/macos/setup/iso-macos.sh

This file was deleted.

30 changes: 0 additions & 30 deletions builder/vsphere/examples/macos/setup/iso-setup.sh

This file was deleted.

25 changes: 0 additions & 25 deletions builder/vsphere/examples/macos/setup/postinstall

This file was deleted.

16 changes: 0 additions & 16 deletions builder/vsphere/examples/macos/setup/setup.sh

This file was deleted.

2 changes: 1 addition & 1 deletion docs/builders/vsphere-clone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This builder clones VMs from existing templates.

## Examples

See complete Ubuntu, Windows, and macOS templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).
See example templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).

## Configuration Reference

Expand Down
2 changes: 1 addition & 1 deletion docs/builders/vsphere-iso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ starts from an ISO file and creates new VMs from scratch.

## Examples

See complete Ubuntu, Windows, and macOS templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).
See example templates in the [examples folder](https://github.com/hashicorp/packer-plugin-vsphere/tree/main/builder/vsphere/examples/).

# Configuration Reference

Expand Down

0 comments on commit afec3b7

Please sign in to comment.