Description
The official ITFlow Docker image currently supports only amd64 architecture. When attempting to run ITFlow on ARM64 hosts (e.g., Raspberry Pi, ARM-based servers, cloud ARM instances), users encounter the following error:
exec /usr/bin/entrypoint.sh: exec format error
This prevents ITFlow from running natively on ARM devices.
Proposed Feature
- Provide an official ARM64 build of the ITFlow Docker image.
Benefits
- Allows ITFlow to run natively on ARM-based hosts.
- Improves performance and reliability for ARM users.
Description
The official ITFlow Docker image currently supports only amd64 architecture. When attempting to run ITFlow on ARM64 hosts (e.g., Raspberry Pi, ARM-based servers, cloud ARM instances), users encounter the following error:
This prevents ITFlow from running natively on ARM devices.
Proposed Feature
Benefits