ecamp3
ecamp3 copied to clipboard
Use docker packages that provide arm64
Currently we use browserless and mailhog docker packages which both don't provide (linux / darwin) arm64 packages.
@carlobeltrame if we set the DIGEST tag on the postgres image, it tries to run a amd64 image instead of an appropriate arm64 image.
Closed in #3842