metatube-community/metatube-sdk-go

[Feature] Docker image for armv7

michaelfyc opened this issue · 2 comments

Description

The processor of my raspberry pi is armv7. And sadly there's only a docker image manifest for linux/arm64 now😣
image
👆This doesn't help btw

Is this feature related to a specific bug?

No response

Do you have a specific solution in mind?

Compile under amv7 environment and add a new manifest file before pushing the image to the registry🤔

Prior to some releases, armv7 was supported. But I removed it recently because it slowed down the build action and not many people use it.

And since you are already using a Raspberry Pi, building a custom docker image should not be a problem to you!

Indeed... 🤔 Thanks for the reply 👍