-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
.craft.yml
43 lines (43 loc) · 1.38 KB
/
.craft.yml
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
minVersion: 0.23.1
changelogPolicy: auto
targets:
- name: github
- name: registry
apps:
app:symbolicator:
urlTemplate: https://downloads.sentry-cdn.com/symbolicator/{{version}}/{{file}}
includeNames: /^symbolicator-.*$/i
- name: gcs
bucket: sentry-sdk-assets
includeNames: /^symbolicator-.*$/
paths:
- path: /symbolicator/{{version}}/
metadata:
cacheControl: public, max-age=2592000
- path: /symbolicator/latest/
metadata:
cacheControl: public, max-age=600
- id: release
name: docker
source: us-central1-docker.pkg.dev/sentryio/symbolicator/image
target: getsentry/symbolicator
- id: latest
name: docker
source: us-central1-docker.pkg.dev/sentryio/symbolicator/image
target: getsentry/symbolicator
targetFormat: '{{{target}}}:latest'
requireNames:
- /^symbolicator-Darwin-universal$/
- /^symbolicator-Linux-x86_64$/
- /^symbolicator-Linux-x86_64-debug.zip$/
- /^symbolicator-aarch64-apple-darwin-debug.zip$/
- /^symbolicator-x86_64-apple-darwin-debug.zip$/
- /^symbolicli-Darwin-universal$/
- /^symbolicli-Linux-x86_64$/
- /^symbolicli-Windows-x86_64\.exe$/
- /^symsorter-Darwin-universal$/
- /^symsorter-Linux-x86_64$/
- /^symsorter-Windows-x86_64\.exe$/
- /^wasm-split-Darwin-universal$/
- /^wasm-split-Linux-x86_64$/
- /^wasm-split-Windows-x86_64\.exe$/