2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 01:22:00 +00:00

Add coreos support to build

This commit is contained in:
Jarrod Johnson 2021-05-21 07:32:47 -04:00
parent 086def0bb8
commit 19874d8032

View File

@ -25,7 +25,7 @@ cd utils
make all
cp copernicus clortho autocons ../opt/confluent/bin
cd ..
for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04; do
for os in rhvh4 el7 genesis el8 suse15 ubuntu20.04 coreos; do
mkdir ${os}out
cd ${os}out
cp -a ../opt .
@ -48,7 +48,7 @@ cp -a esxi7out esxi6out
cp -a esxi7 esxi6
%install
for os in rhvh4 el7 el8 genesis suse15 ubuntu20.04 esxi6 esxi7; do
for os in rhvh4 el7 el8 genesis suse15 ubuntu20.04 esxi6 esxi7 coreos; do
mkdir -p %{buildroot}/opt/confluent/lib/osdeploy/$os/initramfs
mkdir -p %{buildroot}/opt/confluent/lib/osdeploy/$os/profiles
cp ${os}out/addons.* %{buildroot}/opt/confluent/lib/osdeploy/$os/initramfs