Compare commits
2 Commits
014a8a7c83
...
47843f202f
Author | SHA1 | Date | |
---|---|---|---|
47843f202f | |||
216236c1eb |
@ -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,
|
||||
|
Reference in New Issue
Block a user