mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2025-03-05 16:27:05 +00:00
7 lines
71 B
Bash
Executable file
7 lines
71 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
# local build
|
|
make image
|
|
|
|
# cross build
|
|
make image-all
|