Browse Source

fix: export correct timestamps on build artifacts. Closes #3282

pull/3286/head
Gabe Kangas 2 years ago
parent
commit
974ec15b5d
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      Earthfile

2
Earthfile

@ -112,7 +112,7 @@ package: @@ -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

Loading…
Cancel
Save