From 8686719a564ab3d7be5ffe59cf37e55a9e0f6f76 Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Sat, 29 Oct 2022 16:35:19 -0600 Subject: [PATCH] add tags --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a0489393..0806f00b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,5 +7,8 @@ variables: earthly: stage: build + tags: + - linux + - amd64 script: - earthly --ci --push -P +package-linux