From 0863dd7709ccdbb910aaa5e5985a1b96e03b6416 Mon Sep 17 00:00:00 2001 From: fushanqing Date: Fri, 15 Apr 2022 11:07:18 +0800 Subject: [PATCH] add crun.yaml --- crun.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crun.yaml diff --git a/crun.yaml b/crun.yaml new file mode 100644 index 0000000..31748b9 --- /dev/null +++ b/crun.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: containers/crun +tag_prefix: "" +separator: . -- Gitee