1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-05 16:27:05 +00:00
node-feature-discovery/scripts/test-infra/build-image.sh
2022-01-20 15:41:08 +01:00

7 lines
71 B
Bash
Executable file

#!/bin/bash -e
# local build
make image
# cross build
make image-all