-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathblackfire.yaml
44 lines (38 loc) · 1.05 KB
/
blackfire.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
package:
name: blackfire
version: 2.28.23
epoch: 0
description: "Blackfire CLI"
copyright:
- license: PROPRIETARY
options:
no-provides: true
environment:
contents:
packages:
- bash
- busybox
- curl
pipeline:
- uses: fetch
if: ${{build.arch}} == 'x86_64'
with:
uri: https://blackfire.io/api/v1/releases/cli/linux/x86_64
expected-sha512: 49ad0b74b696e23b136d405a4ec0481efd845b2beee51d82bb3effc8dfbb1fd0bba9acbc9d6bc0d577c4b2cd73a9e5dfc76753960e2454c852b44c46afd58d0f
- uses: fetch
if: ${{build.arch}} == 'aarch64'
with:
uri: https://blackfire.io/api/v1/releases/cli/linux/aarch64
expected-sha512: 4cf8e83f424e45674172d53aab69341ce053b610a5b2ad05b4bbdad5aaf7b094d3729485d9a43c49b4bfe2a6561266bb894d09cc80a928148d2f7749f62541a4
- runs: |
tar xfv ${{build.arch}}
mkdir -p ${{targets.destdir}}/usr/bin
mv blackfire ${{targets.destdir}}/usr/bin/
update:
enabled: true
release-monitor:
identifier: 372834
test:
pipeline:
- runs: |
blackfire version