[packaging] Earthfile +all-artifacts

This commit is contained in:
Alexandr Stelnykovych
2025-04-15 10:37:38 +00:00
parent d96f61bd5c
commit 17d017c2e8

View File

@@ -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}