Chiranjeevi
Chiranjeevi
sure, will try that and let you know. Thanks
> This would likely need to be a new feature - “run and done” actions. Would not be hard to implement. > You can also try changing the idle container...
I'd love to implement it. Thanks
> Could you please try to build this on an ARM machine, without explicitly defining a `--target`. Does that work? Unfortunately, I don't have a suitable arm machine which is...
@timvisee , Is there any way this can be fixed? I'm able to cross-compile qdrant for aarch64 with the same command and I did not face this issue. However, I'm...
@generall , I used `aarch64-unknown-linux-gnu` as target for aarch64 (arm64) and `arm-unknown-linux-gnueabi` for arm (arm32). Basically I'm successfully able to cross-compile for arm64 but not yet able to for arm32
> It could very well be that we're using arm64 specifics which are not available on arm32. But I'm not entirely sure. > > Do you have any more information...