Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit f7dffed

Browse files
committed
Add .bonsai.yml
1 parent f785d9f commit f7dffed

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.bonsai.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
description: "#{repo}"
3+
builds:
4+
- platform: "linux"
5+
arch: "amd64"
6+
asset_filename: "#{repo}_#{version}_linux_amd64.tar.gz"
7+
sha_filename: "#{repo}_#{version}_checksums.txt"
8+
filter:
9+
- "entity.system.os == 'linux'"
10+
- "entity.system.arch == 'amd64'"
11+
12+
- platform: "linux"
13+
arch: "386"
14+
asset_filename: "#{repo}_#{version}_linux_386.tar.gz"
15+
sha_filename: "#{repo}_#{version}_checksums.txt"
16+
filter:
17+
- "entity.system.os == 'linux'"
18+
- "entity.system.arch == '386'"
19+
20+
- platform: "osX"
21+
arch: "amd64"
22+
asset_filename: "#{repo}_#{version}_darwin_amd64.tar.gz"
23+
sha_filename: "#{repo}_#{version}_checksums.txt"
24+
filter:
25+
- "entity.system.os == 'darwin'"
26+
- "entity.system.arch == 'amd64'"
27+
28+
- platform: "osX"
29+
arch: "386"
30+
asset_filename: "#{repo}_#{version}_darwin_386.tar.gz"
31+
sha_filename: "#{repo}_#{version}_checksums.txt"
32+
filter:
33+
- "entity.system.os == 'darwin'"
34+
- "entity.system.arch == '386'"

0 commit comments

Comments
 (0)