Skip to content

Commit 262f666

Browse files
author
Jef Spaleta
committed
add bonsai config
1 parent 67c998d commit 262f666

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

.bonsai.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
description: "#{repo}"
3+
builds:
4+
- platform: "debian"
5+
arch: "amd64"
6+
asset_filename: "#{repo}_#{version}_debian_linux_amd64.tar.gz"
7+
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
8+
filter:
9+
- "entity.system.os == 'linux'"
10+
- "entity.system.arch == 'amd64'"
11+
- "entity.system.platform == 'debian'"
12+
- platform: "centos"
13+
arch: "amd64"
14+
asset_filename: "#{repo}_#{version}_centos_linux_amd64.tar.gz"
15+
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
16+
filter:
17+
- "entity.system.os == 'linux'"
18+
- "entity.system.arch == 'amd64'"
19+
- "entity.system.platform == 'rhel'"
20+
- platform: "alpine"
21+
arch: "amd64"
22+
asset_filename: "#{repo}_#{version}_alpine_linux_amd64.tar.gz"
23+
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
24+
filter:
25+
- "entity.system.os == 'linux'"
26+
- "entity.system.arch == 'amd64'"
27+
- "entity.system.platform == 'alpine'"
28+

0 commit comments

Comments
 (0)