Skip to content

Commit 1f056c1

Browse files
cd: add rayapp as release target (#366)
First released in v0.24.0, let's bake this into the actual release script https://github.com/ray-project/rayci/releases/tag/v0.24.0 Topic: rayapp-release Relative: refactor-release Signed-off-by: andrew <andrew@anyscale.com> Signed-off-by: andrew <andrew@anyscale.com>
1 parent 6a12872 commit 1f056c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ build_go() {
1515
go build -trimpath -o "_release/${name}-${os}-${arch}" "$pkg"
1616
}
1717

18+
build_rayapp() { build_go rayapp ./rayapp/rayapp "$1" "$2"; }
1819
build_rayci() { build_go rayci . "$1" "$2"; }
1920
build_wanda() { build_go wanda ./wanda/wanda "$1" "$2"; }
2021

22+
build_rayapp linux amd64
23+
2124
build_rayci linux amd64
2225

2326
build_wanda darwin arm64

0 commit comments

Comments
 (0)