You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker image inspect shows "Architecture": "amd64". This appears to cause issues with Apple M1 hosts. Could the image be built via buildx for both linux/amd64 and linux/arm64 platforms as described in Docker's multi platform image instructions?
The text was updated successfully, but these errors were encountered:
I opened the issue #15 back in January and was closed even though the issue wasn't resolved. Can we please update the docker containers so that they work on multi platforms.
docker image inspect
shows"Architecture": "amd64"
. This appears to cause issues with Apple M1 hosts. Could the image be built viabuildx
for bothlinux/amd64
andlinux/arm64
platforms as described in Docker's multi platform image instructions?The text was updated successfully, but these errors were encountered: