If I have two different `awsx.ecr.Image` in the sa...
# aws
a
If I have two different
awsx.ecr.Image
in the same pulumi index.ts, should both build in parallel? Mine are building serially.
Is this possible with docker.Image?
I wound up building the images first in github actions in parallel and then pulumi just picks them up because they’re cached