From df1a4b81eb4f13927782cbc876e9c32595274655 Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Sun, 30 Oct 2022 16:49:51 -0600 Subject: [PATCH] up the privs? --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index add8621e..414f290f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,4 +13,4 @@ earthly: - linux - amd64 script: - - earthly --ci --buildkit-host localhost:8373 -P +package-linux + - earthly --ci --buildkit-host localhost:8373 --privileged +package-linux