1
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
29faf1e86c
Run builds in series
Since they I/O bound off of the same hardware, and sometimes also CPU
bound when compiling things, running them in parallel only slows
things down.

Closes: #28
2024-08-26 16:22:51 +02:00
39eb09456b
Speed up image uploads
As long as the image isn't used later on, there is no point in the
automatic `get` after `put`.

Also limit the inputs that each `put` step uses.

Closes: #29
2024-08-26 16:17:48 +02:00
7a920f7109
Fix image upload 2024-08-24 17:08:45 +02:00
e8c4f2bc89
Fix unprivileged task 2024-08-24 11:44:32 +02:00
1df357caa9
Fix path to Dockerfiles 2024-08-24 11:42:17 +02:00
dc5081e753
Fix missing task vars 2024-08-24 11:40:07 +02:00
1ce5b812c6
Fix incorrect task file 2024-08-23 15:08:15 +02:00
55d5c67661
Initialize repository 2024-08-23 15:07:13 +02:00