Running waypoint on m1 mac and deploying to linux/amd64

Is there a way to run waypoint up using the pack plugin on an M1 Mac and successful deploy to ECS linux/amd64? It seems that the docker image built is understandable using arm64 architecture that won’t run once deployed.

Hi @lukemelia, I hit the same issue and submitted this PR recently:

Unfortunately, the pack builder (or the upstream buildpacks) still has some issues with arm64 and can’t be used with M1 Mac for now. However, with that PR, you will be able to use the docker builder and deploy your app to ECS linux/amd64.

1 Like

Thanks for jumping in and adding this @shohei!