From 288ab3f8b7095616c0e2b5d753bb9e85d61681a6 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 9 Aug 2022 08:01:54 +0200 Subject: [PATCH] Merge pull request #55 from c3os-io/feature/cluster-provider Abstract Cluster Provisioning with Cluster Plugins --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 569ba94..94f65f9 100644 --- a/Earthfile +++ b/Earthfile @@ -36,6 +36,7 @@ go-deps: FROM golang:$GO_VERSION WORKDIR /build COPY go.mod go.sum ./ + COPY sdk sdk RUN go mod download RUN apt-get update && apt-get install -y upx SAVE ARTIFACT go.mod AS LOCAL go.mod