appwrite / sdk-for-cli

[READ-ONLY] Official Appwrite CLI >_
BSD 3-Clause "New" or "Revised" License
85 stars 28 forks source link

Use qemu image for multi-arch builds #5

Closed kodumbeats closed 3 years ago

kodumbeats commented 3 years ago

The build was failing because buildx was activated, but qemu was missing. Because of this, the Travis container could only understand how to build x86 and x86_64. This PR adds linuxkit/binfmt as the qemu image, and now builds for all desired architectures.

Proof:

eldadfux commented 3 years ago

Awesome work @kodumbeats as discussed, we'll move this PR to the generator

kodumbeats commented 3 years ago

https://github.com/appwrite/sdk-generator/pull/136