Add aarch64-apple-darwin publish tarball step

This commit is contained in:
Michael Vines 2022-01-03 17:52:15 -08:00
parent 0eb0d62e95
commit e2aa932e97
1 changed files with 5 additions and 0 deletions

View File

@ -19,3 +19,8 @@ steps:
timeout_in_minutes: 240
name: "publish crate"
branches: "!master"
- command: "ci/publish-tarball.sh"
agents:
- "queue=release-build-aarch64-apple-darwin"
timeout_in_minutes: 60
name: "publish tarball (aarch64-apple-darwin)"