mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
We currently ship an amd64 binary of thin-provisioning-tools on arm64. To fix this add a hook that hijacks src_unpack and calls the cross-compilation friendly implementation. We also need to fixup the src_install implementation since it looks for the produced binary in the default cargo location. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>