Arm builds (#12961)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2024-06-13 08:00:15 -06:00 committed by GitHub
parent e2cfbc54ad
commit f8ad5fe3e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 89 additions and 1 deletions

View file

@ -17,6 +17,7 @@ echo -e "# ###### CODE LICENSES ######\n" >> $OUTPUT_FILE
[[ "$(cargo about --version)" == "cargo-about 0.6.1" ]] || cargo install cargo-about@0.6.1
echo "Generating cargo licenses"
cargo install cargo-about
cargo about generate --fail -c script/licenses/zed-licenses.toml script/licenses/template.hbs.md >> $OUTPUT_FILE