Daniel Safta d37fe03fed Add debian package for cni & isolcpus
CNI was packaged in CentOS using
version 0.8.1 and now it is using
the stable debian version 0.9.0.

Story: 2009221
Task: 43783
Signed-off-by: Daniel Safta <daniel.safta@windriver.com>
Change-Id: Iaba754b304a26b01c048e8bc05de51ace1e88246
2021-11-04 11:36:04 +02:00

14 lines
190 B
Makefile
Executable File

#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
go build -mod=vendor -ldflags=-linkmode=external
override_dh_auto_test:
echo "do nothing"
override_dh_usrlocal:
echo "do nothing"