stac-utils / pgstac

Schema, functions and a python library for storing and accessing STAC collections and items in PostgreSQL
MIT License
153 stars 39 forks source link

Fix for CI docker builds. #235

Closed bitner closed 10 months ago

bitner commented 10 months ago

The docker image for pgstac has four targets.

CI ran into issues with building the pgstacbase-plrust and pgstac-plrust targets. This PR does three things:

vincentsarago commented 10 months ago

@bitner can we add those comments in https://github.com/stac-utils/pgstac/blob/main/.github/workflows/continuous-integration.yml#L48 and also add platforms: linux/amd64,linux/arm64