1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-15 17:50:49 +00:00
node-feature-discovery/scripts/test-infra/build-image-cross.sh
Links2004 8acff5ede6
Add armv7 support
This allows the nfd to run on arm devices like the Raspberry Pi > 2
with armv7 core or armv8 in 32Bit mode.

The build tests will only be run for linux/amd64 and linux/arm64.
Releases will be made for all Platforms.
2024-04-15 16:42:44 +02:00

4 lines
89 B
Bash
Executable file

#!/bin/bash -e
# cross build
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make image-all