Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
100 stars 54 forks source link

Vagrant box does not support the Apple chip #188

Open joonasnuutinen opened 2 years ago

joonasnuutinen commented 2 years ago

When using a Mac with the M1 chip, virtualbox is not an option. VVV (beta-)supports Parallels for that. However, Seravo's box does not seem to support Parallels:

The box you're attempting to add doesn't support the provider
you requested. Please find an alternate box or use an alternate
provider. Double-check your requested provider to verify you didn't
simply misspell it.

If you're adding a box from HashiCorp's Vagrant Cloud, make sure the box is
released.

Name: seravo/wordpress
Address: https://vagrantcloud.com/seravo/wordpress
Requested provider: [:parallels]

This makes local development using Seravo's Vagrant box on an Apple M1 machine impossible.

ypcs commented 2 years ago

Hi. Thanks for feedback!

For the record, we're currently considering creating ARM variant of our Docker developer which could then be used with computers using Apple M1 chip. This is however currently in very early planning, so there is no any schedule available yet.

tume91 commented 1 year ago

@ypcs do you have any update for Docker + Apple M1/2 image development? At the moment the current docker image works with PHP 7.4, but not with PHP 8.0 because of WP CLI version 2.4.0 issues with default PHP version.

PepitaKautto commented 7 months ago

Hi, are there any updates for this issue?