ops: Add gitea actions CI (#1)
All checks were successful
ci / docker-build (push) Successful in 8m10s
ci / build-and-test (push) Successful in 9m44s

Co-authored-by: Brock Allen <brock.d.allen@gmail.com>
Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2024-01-27 23:18:47 -08:00
parent 2e0be716a3
commit dce7d3492d
5 changed files with 50 additions and 49 deletions

View File

@@ -7,7 +7,6 @@ builder-run :
docker run \
--rm \
-it \
--platform linux/amd64 \
--workdir /builder/mnt \
-v .:/builder/mnt \
$(project_name)-builder:latest \