1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

docs: update release instructions for M1 build (#13182)

This commit is contained in:
Ryan Dahl 2021-12-23 10:43:13 -05:00 committed by GitHub
parent de2df20d57
commit 86bddcc44a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,14 @@ cut.**
The CI pipeline will create a release draft on GitHub
(https://github.com/denoland/deno/releases).
18. Upload Apple M1 build to the release draft & to dl.deno.land.
18. Upload Apple M1 build (`deno-aarch64-apple-darwin.zip`) to the release draft
and to https://console.cloud.google.com/storage/browser/dl.deno.land
```
cargo build --release
cd target/release
zip -r deno-aarch64-apple-darwin.zip deno
```
19. Publish the release on Github