-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update for Talos 1.10 current #187
Conversation
Handle non-signed UKI build, rekres. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
@@ -28,8 +28,6 @@ spec: | |||
customCommands: | |||
- apk add --no-cache --update | |||
bash | |||
binutils-aarch64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now we generate UKIs native in Go without objcopy
@@ -28,8 +28,6 @@ spec: | |||
customCommands: | |||
- apk add --no-cache --update | |||
bash | |||
binutils-aarch64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we need a new errata, but since signed uki's are never reproducable, I guess it doesn't add any value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hopefully not, they are functionally same (and probably they weren't byte-by-byte same due to external dependency)
/m |
Handle non-signed UKI build, rekres.