I am attempting to setup a basic project in Laravel using Laravel Sail. According to the official Laravel documentation the following commands will create a new Laravel application called "example-app" and start Laravel Sail.
curl -s "https://laravel.build/example-app" | bash
cd example-app
./vendor/bin/sail up
However, after running these commands I see the following error message:
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries