mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-09 06:06:41 +02:00
coreos-base/coreos-init: Distribute new sub key
This pulls in https://github.com/flatcar/init/pull/92 to distribute the new sub key before we start signing with it from July.
This commit is contained in:
parent
ebbcd267f2
commit
8c9f2c32d6
@ -0,0 +1 @@
|
||||
- Added new image signing pub key to `flatcar-install`, needed for download verification of releases built from July 2023 onwards, if you have copies of `flatcar-install` or the image signing pub key, you need to update them as well ([init#92](https://github.com/flatcar/init/pull/92))
|
||||
@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
|
||||
if [[ "${PV}" == 9999 ]]; then
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
else
|
||||
CROS_WORKON_COMMIT="a74918c8888d0628d67393d0dc47a871c18ddcf5" # flatcar-3033-backport
|
||||
CROS_WORKON_COMMIT="80e4a9fa63fc1dc21cb2c76dd63842de93a6f031" # flatcar-3033-backport
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user