From 7bff43e414cec9e4e995042d8511a7a9b35151b9 Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Sat, 29 Oct 2022 16:56:58 -0600 Subject: [PATCH] add buildkit-host --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f157dd1..2931b6da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,13 +7,10 @@ variables: image: earthly/earthly:v0.6.27 -before_script: - - earthly bootstrap - earthly: stage: build tags: - linux - amd64 script: - - earthly --ci --push -P +package-linux + - earthly --ci --push --buildkit-host localhost:8373 -P +package-linux