From 17d017c2e8b089f2c9694857b388e96e6fb3af1c Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych Date: Tue, 15 Apr 2025 10:37:38 +0000 Subject: [PATCH] [packaging] Earthfile +all-artifacts --- Earthfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Earthfile b/Earthfile index ad460c0f..1041d7d8 100644 --- a/Earthfile +++ b/Earthfile @@ -603,6 +603,10 @@ installer-linux: SAVE ARTIFACT --if-exists --keep-ts "target/${target}/release/bundle/deb/*.deb" AS LOCAL "${outputDir}/${GO_ARCH_STRING}/" SAVE ARTIFACT --if-exists --keep-ts "target/${target}/release/bundle/rpm/*.rpm" AS LOCAL "${outputDir}/${GO_ARCH_STRING}/" +all-artifacts: + BUILD +release-prep + BUILD +installer-linux + kext-build: FROM ${rust_builder_image}