From 9b1991a2ee358cdad395bf1dbcd98677b5f1b01e Mon Sep 17 00:00:00 2001 From: ken restivo Date: Sat, 2 Sep 2023 16:26:16 -0700 Subject: [PATCH] Fix targets for earthfiles so package-linux works again --- Earthfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Earthfile b/Earthfile index 571c110b..24fe65ce 100644 --- a/Earthfile +++ b/Earthfile @@ -216,6 +216,14 @@ package-linux-arm64-deb: # save artifacts SAVE ARTIFACT --keep-ts /dpkg/out/*.deb AS LOCAL ./target/packages/ +package-linux-amd64: + BUILD +package-linux-amd64-deb + BUILD +package-linux-amd64-rpm + +package-linux-arm64: + BUILD +package-linux-arm64-deb + BUILD +package-linux-arm64-rpm + package-linux: BUILD +package-linux-amd64 BUILD +package-linux-arm64