diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-19 22:10:39 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-19 22:10:39 +0900 |
| commit | 009a4e0d583d14ebe328473df6468424587087a7 (patch) | |
| tree | babd64ad5c8392966e3f58d79267e6b4b1e869f5 /internal/rosa/images.go | |
| parent | e7c86566912f4d072157d122c18bba2976ee2fa2 (diff) | |
internal/rosa/hakurei: migrate to helper
This predates the helper infrastructure, so migrate it.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/images.go')
| -rw-r--r-- | internal/rosa/images.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/images.go b/internal/rosa/images.go index 561eee7c..c46cb837 100644 --- a/internal/rosa/images.go +++ b/internal/rosa/images.go @@ -23,7 +23,7 @@ go build -trimpath -v -o /work/system/libexec/hakurei -ldflags="-s -w -X hakurei.app/internal/info.buildVersion=${HAKUREI_VERSION} " ./cmd/earlyinit echo -`, false) +`, "", "", false) }) } |
