core_dev_sign_update: Default to the amd64-usr board

There are no other supported boards at this point.
This commit is contained in:
David Michael 2018-10-23 17:38:55 +00:00
parent e9f17c8143
commit 8f761a7fdb

View File

@ -6,7 +6,7 @@ SCRIPT_ROOT=$(dirname $(readlink -f "$0"))
assert_inside_chroot
DEFINE_string data_dir "" "Directory containing downloaded release artifacts"
DEFINE_string board "" "Board to sign artifacts for"
DEFINE_string board "amd64-usr" "Board to sign artifacts for"
DEFINE_string version "" "Version to sign artifacts for"
DEFINE_integer n_signatures "2" "Number of signatures this release will be signed with"
DEFINE_string output_dir "" "Output directory"