summaryrefslogtreecommitdiff
path: root/Earthfile
AgeCommit message (Expand)Author
2023-08-27fix: export correct timestamps on build artifacts. Closes #3282Gabe Kangas
2023-08-16fix: support arm64 darwin builds for Apple Silicon. For #3056Gabe Kangas
2023-06-05fix(build): remove unused test blockGabe Kangas
2023-04-25feat(build): decrease shipped binary size with upxGabe Kangas
2023-01-22Add HLS test to EarthfileGabe Kangas
2023-01-20Update the build process to tag multiple images + documentation for itGabe Kangas
2023-01-19No need to bundle Readme with distGabe Kangas
2023-01-10improve stream testing script (#2549)Meisam
2023-01-08Temporarily disable running Owncast under new user in #2496Gabe Kangas
2023-01-04Revert "improve stream testing script (#2525)"Gabe Kangas
2023-01-04set a non-root user for containers (#2496)Meisam
2023-01-04improve stream testing script (#2525)Meisam
2022-09-04Run API tests inside EartlhlyGabe Kangas
2022-08-09Merge branch 'develop' into webv2Gabe Kangas
2022-08-05Host our own musl build toolchainGabe Kangas
2022-08-04Revert "Change how musl is downloaded/unarchived" as the problem is aGabe Kangas
2022-08-04Change how musl is downloaded/unarchivedGabe Kangas
2022-08-04Explicitly set an alpine build version + install tar into build envGabe Kangas
2022-07-27Set sqlite_omit_load_extension flag when building to disable sqlite featureGabe Kangas
2022-06-21Add unit and api tests to EarthfileGabe Kangas
2022-06-20Support running tests within Earthly containerGabe Kangas
2022-06-19Remove the old web assets from build stepsGabe Kangas
2022-06-18Pass in the image and tag names separately from the versionGabe Kangas
2022-06-18Hufman/earthly builds (#1962)Walter Huf