mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Add confluent_imgutil to addons
This commit is contained in:
parent
9458d33cc5
commit
e43e5ac167
@ -24,7 +24,7 @@ mkdir -p opt/confluent/bin
|
||||
mkdir -p stateless-bin
|
||||
cd utils
|
||||
make all
|
||||
cp copernicus clortho autocons ../opt/confluent/bin
|
||||
cp confluent_imginfo copernicus clortho autocons ../opt/confluent/bin
|
||||
cp start_root urlmount ../stateless-bin/
|
||||
cd ..
|
||||
for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos; do
|
||||
|
@ -1,6 +1,6 @@
|
||||
CC := gcc
|
||||
CFLAGS := -Os
|
||||
TARGETS := copernicus autocons start_root
|
||||
TARGETS := copernicus autocons start_root confluent_imginfo
|
||||
|
||||
all: $(TARGETS) clortho urlmount
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user