Closed regisb closed 1 year ago
@arbrandes I'm taking the liberty to merge this and make a new release to fix the arm64 build.
I find it strange that no one reported this issue before
I think that the mfe
images were usually built as AMD64, probably because whatever base image they were using at the time was amd64 only, though it could be some other reason. So at least personally I never tried building them on ARM. But as mentioned on Slack, it does seem to be working now :)
Building the mfe Docker image on arm64 triggers the following error in the 'account-prod' stage:
This was due to a missing system package.
I find it strange that no one reported this issue before, when there are plenty of users running macOS with arm64. I discovered this issue while setting up a multi-arch build CI environment.