giorgi-o / SkinPeek

Awesome Valorant Discord bot to see your daily shop, night market, battlepass progression, and much more
GNU General Public License v3.0
217 stars 91 forks source link

Use docker buildx #40

Closed warriorzz closed 2 years ago

warriorzz commented 2 years ago

...to provide images for multiple platforms (amd64, arm64/v8).

Currently, we are only building amd64 images, not supporting arm64 servers. To make life a little less harder for arm users (which I am!), we should provide prebuilt images for arm aswell.

warriorzz commented 2 years ago

I'm not sure if there are more platforms needing prebuilt images, but they can be added easily by appending them behind "linux/amd64,linux/arm64/v8".