mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +00:00
miragesdk: better computation of the image tag
Signed-off-by: Thomas Gazagnaire <thomas@gazagnaire.org>
This commit is contained in:
parent
5223c08d05
commit
0f0b721b19
@ -1,6 +1,7 @@
|
|||||||
BASE=ocaml/opam:alpine-3.5_ocaml-4.04.0
|
BASE=ocaml/opam:alpine-3.5_ocaml-4.04.0
|
||||||
FILES=$(shell find . -name jbuild) \
|
FILES=$(shell find . -name jbuild) \
|
||||||
$(shell find sdk/ -regex '.*\.mli?') \
|
$(shell find sdk/ -name '*.ml') \
|
||||||
|
$(shell find sdk/ -name '*.mli') \
|
||||||
dhcp-client/bpf/dhcp.c dhcp-client/main.ml
|
dhcp-client/bpf/dhcp.c dhcp-client/main.ml
|
||||||
IMAGE=dhcp-client
|
IMAGE=dhcp-client
|
||||||
OBJS=obj/dhcp-client
|
OBJS=obj/dhcp-client
|
||||||
|
Loading…
Reference in New Issue
Block a user