From 974ec15b5d4f55004a449ca9817a3e340fd72f27 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sun, 27 Aug 2023 21:45:33 -0700 Subject: [PATCH] fix: export correct timestamps on build artifacts. Closes #3282 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 14f4c4d7c..7349e0354 100644 --- a/Earthfile +++ b/Earthfile @@ -112,7 +112,7 @@ package: COPY (+build/owncast --platform $TARGETPLATFORM) /build/dist/owncast ENV ZIPNAME owncast-$version-$NAME.zip RUN cd /build/dist && zip -r -q -8 /build/dist/owncast.zip . - SAVE ARTIFACT /build/dist/owncast.zip owncast.zip AS LOCAL dist/$ZIPNAME + SAVE ARTIFACT --keep-ts /build/dist/owncast.zip owncast.zip AS LOCAL dist/$ZIPNAME docker: # Multiple image names can be tagged at once. They should all be passed