Skip to content

Commit 14717ca

Browse files
alexveeclealexpdp7
authored andcommitted
Package clickhouse
1 parent 2517100 commit 14717ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

repo/clickhouse.ubpkg.sky

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
rest = {
2+
("macos", "aarch64"): "macos-aarch64",
3+
("macos", "x86_64"): "macos",
4+
("linux", "x86_64"): "amd64",
5+
("linux", "aarch64"): "aarch64",
6+
}[(os, arch)]
7+
8+
install_binary(download_asset("https://builds.clickhouse.com/master/amd64/clickhouse".format(rest=rest), 1024*1024*1024), "clickhouse")

0 commit comments

Comments
 (0)