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
It would be nice to add support for other architectures other than x86.
The golang code is already compiled for arm64, i386 and x86_64. And Docker containers do support multi-arch images. Not only that, dagger which we are using supports this too.
Add multi-arch support to python code responsible for building the containers
Add multi-arch support to golang code
this might already be supported by default because of docker / dagger
this is handled by dagger / docker when we provide multi-platform containers
The text was updated successfully, but these errors were encountered:
It would be nice to add support for other architectures other than
x86
.The golang code is already compiled for
arm64
,i386
andx86_64
. AndDocker
containers do support multi-arch images. Not only that, dagger which we are using supports this too.this might already be supported by default because of docker / daggerThe text was updated successfully, but these errors were encountered: