versatiles-org / versatiles-rs

VersaTiles - A toolbox for converting, checking and serving map tiles in various formats.
https://versatiles.org
MIT License
57 stars 2 forks source link

Release workflow: build linux-arm using cross-compilation #46

Closed MichaelKreil closed 11 months ago

MichaelKreil commented 12 months ago

Because compiling in an emulated docker container is really slow. Currently we are using: https://github.com/versatiles-org/versatiles-rs/blob/main/docker/build-linux.Dockerfile So we create a Docker Container on ${TARGETPLATFORM} and build there. Maybe we could build on ${BUILDPLATFORM} using aarch64 as target. Does this create valid ARM64 binaries?