chore: minor fix in earthfile

This commit is contained in:
varungujarathi9 2024-06-09 12:10:21 -07:00
parent b9ce60315c
commit 1648d9a5da

View File

@ -173,7 +173,7 @@ flatpak:
RUN flatpak-builder --privileged --force-clean --repo=owncast-repo build-dir online.owncast.Owncast.json # build flatpak package from JSON file
RUN flatpak build-bundle owncast-repo /build/flatpak/owncast.flatpak online.owncast.Owncast # create a single-file bundle of flatpak package
SAVE ARTIFACT --keep-ts /build/dist/owncast.flatpak owncast.flatpak AS LOCAL flatpak/$FLATPAK_NAME
SAVE ARTIFACT --keep-ts /build/dist/owncast.flatpak owncast.flatpak AS LOCAL dist/$FLATPAK_NAME
dockerfile:
FROM DOCKERFILE -f Dockerfile .