Compare commits

..

2 Commits

Author SHA1 Message Date
47843f202f bump modules 2025-07-06 15:47:19 +02:00
216236c1eb sign bootstrap.tar content 2025-07-06 15:47:16 +02:00

View File

@ -4,7 +4,6 @@ import (
"archive/tar"
"bytes"
"crypto"
"encoding/base64"
"encoding/json"
"fmt"
"io"
@ -113,7 +112,6 @@ func buildBootstrap(out io.Writer, ctx *renderContext) (err error) {
err = fmt.Errorf("signing to %s failed: %w", name, err)
return err
}
sigBytes = []byte(base64.StdEncoding.EncodeToString(sigBytes))
if err = arch.WriteHeader(&tar.Header{
Name: name,