-
Notifications
You must be signed in to change notification settings - Fork 91
/
.craft.yml
37 lines (35 loc) · 1.02 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
minVersion: 0.23.1
changelogPolicy: auto
targets:
- name: github
- name: registry
apps:
app:relay:
urlTemplate: https://downloads.sentry-cdn.com/relay/{{version}}/{{file}}
includeNames: /^relay-(Darwin|Linux|Windows).*$/i
- name: gcs
bucket: sentry-sdk-assets
includeNames: /^relay-(Darwin|Windows|Linux).*$/
paths:
- path: /relay/{{version}}/
metadata:
cacheControl: public, max-age=2592000
- path: /relay/latest/
metadata:
cacheControl: public, max-age=600
- id: release
name: docker
source: us-central1-docker.pkg.dev/sentryio/relay/relay
target: getsentry/relay
- id: latest
name: docker
source: us-central1-docker.pkg.dev/sentryio/relay/relay
target: getsentry/relay
targetFormat: "{{{target}}}:latest"
requireNames:
- /^relay-Darwin-x86_64$/
- /^relay-Darwin-x86_64-dsym.zip$/
- /^relay-Linux-x86_64$/
- /^relay-Linux-x86_64-debug.zip$/
- /^relay-Windows-x86_64-pdb.zip$/
- /^relay-Windows-x86_64\.exe$/