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
The published builds on Docker Hub for spacebin are purely for arm64 platform. Better to use multi platform images that support both amd64 and arm64 platforms.
Minimum steps to reproduce
N/A
Version
Any
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Latest images pushed are amd64. I've just fixed the Github action that automatically creates Docker images on release so I think we will just end up doing only amd64 images from now on, since I no longer have to build on my M1 laptop.
Is there a case for re-opening this? I'd say building purely for amd64 is becoming less tenable with the upsurge in hosted arm64 platforms.
Should be pretty straightforward to use an Actions matrix or similar to build both - perhaps one of my workflows might be useful to you for inspiration?
Is there a case for re-opening this? I'd say building purely for amd64 is becoming less tenable with the upsurge in hosted arm64 platforms.
Should be pretty straightforward to use an Actions matrix or similar to build both - perhaps one of my workflows might be useful to you for inspiration?
Yeah, sure. You're definitely right about more arm64 systems so we can definitely add back builds to Docker. I'll reopen this and try to get it implement sooner rather than later but I'm pretty busy and Spacebin hasn't been a priority.
What happened?
The published builds on Docker Hub for spacebin are purely for arm64 platform. Better to use multi platform images that support both amd64 and arm64 platforms.
Minimum steps to reproduce
N/A
Version
Any
What browsers are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: