Last active
May 9, 2023 23:42
-
-
Save bachand/d62ad8f76c0c2fdb60096cbdfcfd3247 to your computer and use it in GitHub Desktop.
[Airbnb Tech Blog] Example invocation of AMI creation utility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ time ./make_ami.rb \ | |
--instance-type mac2.metal \ | |
--source-ami macos_arm_autologin_enabled \ | |
--xcode-version 'Xcode 14.2.0 (14C18)' | |
# real 60m21.652s | |
# user 0m41.418s | |
# sys 0m32.152s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment