Describe the issue:
Test todo-java-mongo template on Apple Silicon. Install azd (ARM64), run azd package api, get error as follow:

Repro Steps:
- Install azd :
curl -fsSL https://aka.ms/install-azd.sh | bash -s -- --architecture arm64
- Run command:
azd init -t todo-java-mongo
- Run command:
azd package api .
Environment:
OS: Mac M2 (ARM64)
Template: todo-java-mongo
Azd version: (azd-mac-arm64) 1.2.0
Expected behavior:
Run command azd package api can pass.
Rajesh Kamal (@rajeshkamal5050), Daniel Jurek (@danieljurek) for notification.
Describe the issue:
Test
todo-java-mongotemplate on Apple Silicon. Install azd (ARM64), runazd package api, get error as follow:Repro Steps:
curl -fsSL https://aka.ms/install-azd.sh | bash -s -- --architecture arm64azd init -t todo-java-mongoazd package api.Environment:
OS: Mac M2 (ARM64)
Template: todo-java-mongo
Azd version:
(azd-mac-arm64)1.2.0Expected behavior:
Run command
azd package apican pass.Rajesh Kamal (@rajeshkamal5050), Daniel Jurek (@danieljurek) for notification.