1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-07 06:46:59 -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 Bartek Iwańczuk
parent 662432a31d
commit 8e1adc4c12
No known key found for this signature in database
GPG key ID: 0C6BCDDC3B3AD750

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