aaronpowell / azure-remix-stack

A remix stack template for running a remix app on Azure
MIT License
78 stars 15 forks source link

Unable to run devcontainer on Apple Silicon w/ fix #13

Open patrickjtoy opened 1 year ago

patrickjtoy commented 1 year ago

The default configuration leads to errors when trying to execute line 26 of the Dockerfile:

curl -fsSL https://aka.ms/install-azd.sh | bash

on Apple Silicon Macs. As a workaround, I removed that line to be able to spin up the devcontainer. After it was running, I connected to it, downloaded the linux-arm64 azd binary and placed it in /usr/local/bin. This should be a suitable workaround for others facing the same problem.