Compare commits

..

1 Commits

Author SHA1 Message Date
8973860b90 feat: build artifactapi container
All checks were successful
Build / build (pull_request) Successful in 3m32s
- update base/rpmbuilder/actionsdind containers
- build artifactapi container
2026-01-06 21:46:16 +11:00
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
20251017
20260106

View File

@ -1,7 +1,7 @@
# almalinux/9.6/rpmbuilder
docker_source = "git.unkin.net/unkin/almalinux9-base:latest"
scripts_post_packages = [
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel -C /app/artifactapi",
"git clone https://git.unkin.net/unkin/artifactapi.git /app/artifactapi && uv build --wheel /app/artifactapi",
"adduser -D -s /bin/sh appuser && chown -R appuser:appuser /app"
]
scripts_final = [

View File

@ -1 +1 @@
20251017
20260106