Add aarch64-apple-darwin publish tarball step
This commit is contained in:
parent
0eb0d62e95
commit
e2aa932e97
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue