tcgdex / cards-database

Pokémon Trading Card Game Card (TCG) Database for the TCGdex API. ⭐ Leave a star if the project interest you !
https://www.tcgdex.net
MIT License
131 stars 31 forks source link

feat: Add support for ARM servers #528

Open Aviortheking opened 3 weeks ago

Aviortheking commented 3 weeks ago

Welp, docker is shitty when I try to do something cool.

Test : 1.A Build AMD64 1.B Build ARM64

  1. Merge them and push them

don't work when following the official docs because they only use one image :(

Test : 1.A Build & Push AMD64 1.B Build & Push ARM64

Result : only the ARM64 remains as it's slower to build...

Test :

  1. Build them all using the platform param in build

Result : works but take a shit load of time