This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
node-feature-discovery
Watch
1
Star
0
Fork
You've already forked node-feature-discovery
0
mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced
2025-03-06 00:37:01 +00:00
Code
Activity
ef0159676c
node-feature-discovery
/
scripts
/
test-infra
/
build-image-cross.sh
5 lines
89 B
Bash
Raw
Normal View
History
Unescape
Escape
scripts/test-infra: separate task for multiarch image build
2022-01-21 11:18:10 +02:00
#!/bin/bash -e
# cross build
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-06 10:56:22 +02:00
IMAGE_ALL_PLATFORMS
=
linux/amd64,linux/arm64 make image-all
Copy permalink