diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-01-06 04:36:01 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-01-06 05:05:34 +0900 |
| commit | 79adf217f4ca94fdfeb8a190fc7dc49fd26254dd (patch) | |
| tree | bc9cfb855369bb6539fb11634fa0d132a6ef6a4e /.gitignore | |
| parent | 8efffd72f4c5a0f241075fd13e4d07d71fd7fde8 (diff) | |
internal/pkg: implement exec artifact
This runs a program in a container environment. Artifacts can be made available to the container, they are cured concurrently and mounted in order.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ go.work.sum # go generate /cmd/hakurei/LICENSE +/internal/pkg/testdata/testtool # release /dist/hakurei-* |
