This is due to the hardcoded architecture names in Containerfile.install. I was able to work around this issue by changing the file per the attached diff. Instead of using a wildcard, it might be possible to determine the architecture and replace that part of the path accordingly.
After applying the fix suggested in #71 , the container build still fails on Mac OS X (Apple Silicon) with the following error:
This is due to the hardcoded architecture names in
Containerfile.install
. I was able to work around this issue by changing the file per the attached diff. Instead of using a wildcard, it might be possible to determine the architecture and replace that part of the path accordingly.Containerfile.install.patch