Skip to content

Commit

Permalink
docs: update release instructions for M1 build (denoland#13182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 23, 2021
1 parent de2df20 commit 86bddcc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/cut_a_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 86bddcc

Please sign in to comment.