-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[rayci] build release binaries for all supported platforms (#219)
`rayci` only supports linux amd64, `wanda` supports linux amd64, arm64 and windows amd64.
- Loading branch information
Showing
2 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
group: release | ||
steps: | ||
- name: hello-release | ||
# Use release queue to build rayci and wanda release binaries. | ||
# This makes sure that the release queue is working and also | ||
# builds the releases and save the binaries in build artifacts. | ||
- name: rayci and wanda binaries | ||
instance_type: release | ||
commands: | ||
- echo "Hello, Release!" | ||
- bash release.sh | ||
- cp _release/* /artifact-mount | ||
depends_on: forge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters