3dcitydb / citydb-tool

3D City Database 5.0 CLI to import/export city model data and to run database operations
Apache License 2.0
9 stars 2 forks source link

[Fix]: Docker build #5

Closed BWibo closed 9 months ago

BWibo commented 9 months ago

This PR fixes the docker build workflow by dropping the arm/v7 arch. This should be fine, as amd64 and arm64 are probably the only platforms that are really relevant for citydb-tool right now. Additionally, platforms are now distributed across runners to speed up the build process.