We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 302ef13 + 6a1974f commit 71e6b7cCopy full SHA for 71e6b7c
local/alpha-sdk.sh
@@ -149,6 +149,7 @@ do
149
# We need the sbkeys scripts in a location that is not .dockerignored but is .gitignored
150
rm -rf "${bottlerocket_dir}/build/sbkeys"
151
mkdir -p "${bottlerocket_dir}/build/sbkeys"
152
+ mkdir -p "${bottlerocket_dir}/.cargo/sbkeys"
153
cp "${bottlerocket_dir}/sbkeys/generate-aws-sbkeys" "${bottlerocket_dir}/.cargo/sbkeys"
154
cp "${bottlerocket_dir}/sbkeys/generate-local-sbkeys" "${bottlerocket_dir}/.cargo/sbkeys"
155
0 commit comments