mglaman / wasm-drupal

Drupal in WASM
https://wasm-drupal.mglaman.dev/
MIT License
22 stars 2 forks source link

Any issues with M1 Macs? #5

Closed cosmicdreams closed 1 week ago

cosmicdreams commented 1 year ago

Hi @mglaman I was able to run you build script and I ...think... everything worked alright.

I did get the following warning when it completed though and wanted to report it to ya

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
cp: missing file operand
Try 'cp --help' for more information.
chrisweber@MacBook-Pro build % 

Is there cause for concern that this build may be processor architecture specific?

mglaman commented 1 year ago

I didn't try it on arm64, but I know the WordPress code has a warning for it. But in their php-wasm package, not this one! Which I thought was odd. I didn't investigate beyond my tinkering today. But their repo will have clues