Files
nomad/GNUmakefile
Chase Naples 2d6629b9dc build: add architecture detection to CNI makefile target (#26877)
The 'cni' make target was hardcoded to download amd64 CNI plugins,
which prevented users on arm64/aarch64 systems from using this target.

This change adds automatic architecture detection that maps the
system architecture (from uname -m) to the appropriate CNI plugin
architecture:
- x86_64 -> amd64 (existing behavior)
- aarch64 -> arm64 (new support)

The implementation uses the existing THIS_ARCH variable already
defined in the Makefile, ensuring consistency with other build
targets.

Fixes #26864
2025-10-03 10:47:49 +02:00

17 KiB