From 7bf53fd99d830535fbdeee3253598e7f5b34e1e7 Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Mon, 4 Nov 2024 13:17:05 +0200 Subject: [PATCH 1/2] add earthly cddl base target --- earthly/cddl/Earthfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 earthly/cddl/Earthfile diff --git a/earthly/cddl/Earthfile b/earthly/cddl/Earthfile new file mode 100644 index 00000000..73bff5f2 --- /dev/null +++ b/earthly/cddl/Earthfile @@ -0,0 +1,6 @@ +VERSION 0.8 + +cddl-base: + FROM ruby:3.3.0-alpine + + RUN gem install cddlc \ No newline at end of file From de39cb86650af580abf9672f823d2c7d7af820e6 Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Mon, 4 Nov 2024 13:21:11 +0200 Subject: [PATCH 2/2] fix spelling --- earthly/cddl/Earthfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/earthly/cddl/Earthfile b/earthly/cddl/Earthfile index 73bff5f2..9628d3c0 100644 --- a/earthly/cddl/Earthfile +++ b/earthly/cddl/Earthfile @@ -1,5 +1,7 @@ VERSION 0.8 +# cspell: words cddlc + cddl-base: FROM ruby:3.3.0-alpine