From 79f98741c623f7d30954a0adb8428bb7823816f2 Mon Sep 17 00:00:00 2001 From: TC Date: Sun, 2 Jul 2023 19:29:42 -0500 Subject: [PATCH] hacking on rpm building --- Earthfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Earthfile b/Earthfile index 4de9fb1f..5e01dbb9 100644 --- a/Earthfile +++ b/Earthfile @@ -87,6 +87,7 @@ clippy: build-linux-amd64: FROM +code-linux RUN cargo build --target x86_64-unknown-linux-gnu --release -p veilid-server -p veilid-cli -p veilid-tools -p veilid-core + SAVE ARTIFACT ./target/x86_64-unknown-linux-gnu SAVE ARTIFACT ./target/x86_64-unknown-linux-gnu AS LOCAL ./target/artifacts/x86_64-unknown-linux-gnu build-linux-arm64: