Add aarch64-apple-darwin publish tarball step (#22355)
(cherry picked from commit e2aa932e97
)
Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
@ -19,3 +19,8 @@ steps:
|
|||||||
timeout_in_minutes: 240
|
timeout_in_minutes: 240
|
||||||
name: "publish crate"
|
name: "publish crate"
|
||||||
branches: "!master"
|
branches: "!master"
|
||||||
|
- command: "ci/publish-tarball.sh"
|
||||||
|
agents:
|
||||||
|
- "queue=release-build-aarch64-apple-darwin"
|
||||||
|
timeout_in_minutes: 60
|
||||||
|
name: "publish tarball (aarch64-apple-darwin)"
|
||||||
|
Reference in New Issue
Block a user