chdb-io / chdb-server-bak

API Server for chDB, an in-process SQL OLAP Engine powered by ClickHouse
https://chdb.io
Apache License 2.0
21 stars 4 forks source link

Building docker image on arm fails #3

Closed danjenkins closed 11 months ago

danjenkins commented 11 months ago

Presumably because its trying to strip a file that doesn't exist.

https://github.com/chdb-io/chdb-server/blob/main/Dockerfile#L5

The strip needs to be more arch relaxed

PR inbound