mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-15 17:50:49 +00:00
8acff5ede6
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.
4 lines
89 B
Bash
Executable file
4 lines
89 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
# cross build
|
|
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make image-all
|