This message was deleted.
# aws
s
This message was deleted.
d
the very latest docker + the very latest pulumi works for me on a mac m1 - there were some hiccups but I don't think now you need anything specific . just make sure everything is 'm1 native' and not running in emulation
m
I had to add
extraOptions: ['--platform=linux/amd64'],
to our usage of
buildAndPushImage
to build
amd64
images that run on Intel hardware in AWS.