import shapely shapes and NDArray only for type checking

This commit is contained in:
Gwendolyn 2025-04-18 00:29:17 +02:00
parent 60afb9fa60
commit 3d2b1dff4b
3 changed files with 31 additions and 27 deletions

View file

@ -12,7 +12,7 @@ if [[ "$1" == "git" ]]; then
CONTEXT="https://github.com/c3nav/c3nav.git#${COMMIT}"
fi
docker buildx build -f docker/Dockerfile \
podman buildx build -f docker/Dockerfile \
--platform linux/arm64,linux/amd64 \
--build-arg "COMMIT=${COMMIT}" \
--label "org.opencontainers.image.version=${COMMIT}" \
@ -25,7 +25,7 @@ docker buildx build -f docker/Dockerfile \
--cache-to "type=registry,ref=ghcr.io/c3nav/c3nav_cache:main,mode=max" \
--push "${CONTEXT}"
docker buildx build -f docker/tileserver.dockerfile \
podman buildx build -f docker/tileserver.dockerfile \
--platform linux/arm64,linux/amd64 \
--build-arg "COMMIT=${COMMIT}" \
--label "org.opencontainers.image.version=${COMMIT}" \