Compare commits

..

1 Commits

Author SHA1 Message Date
6180b35aae feat: build artifactapi container
All checks were successful
Build / build (pull_request) Successful in 32s
- build artifactapi container
2026-01-07 00:00:27 +11:00

View File

@ -5,7 +5,7 @@ packages = [
]
scripts_post_packages = [
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
"useradd -r -s /bin/sh appuser && chown -R appuser:appuser /app",
"useradd -m -r -s /bin/sh appuser && chown -R appuser:appuser /app",
"sudo -u appuser uv tool install --from /app/artifactapi/dist/*.whl artifactapi",
]
scripts_final = [