File tree Expand file tree Collapse file tree 1 file changed +1
-54
lines changed Expand file tree Collapse file tree 1 file changed +1
-54
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
3
- project_name : handler
4
-
5
- archives :
6
- - id : handler
7
- formats : ["binary"]
3
+ project_name : agent-kilt
8
4
9
5
builds :
10
- - id : handler
11
- no_unique_dist_dir : true
12
- binary : handler/handler-{{ .Os }}-{{ .Arch }}
13
- main : ./cmd/handler
14
- goos :
15
- - linux
16
- goarch :
17
- - amd64
18
- - arm64
19
- goamd64 :
20
- - v1
21
- mod_timestamp : " {{ .CommitTimestamp }}"
22
- env :
23
- - CGO_ENABLED=0
24
- ldflags :
25
- - -s -w
26
- - -X main.version={{ .Version }}
27
- - -X main.commit={{ .Commit }}
28
- - -X main.date={{ .Date }}
29
-
30
- - id : handler-fips
31
- no_unique_dist_dir : true
32
- binary : handler/handler-fips-{{ .Os }}-{{ .Arch }}
33
- main : ./cmd/handler
34
- goos :
35
- - linux
36
- goarch :
37
- - amd64
38
- - arm64
39
- goamd64 :
40
- - v1
41
- mod_timestamp : " {{ .CommitTimestamp }}"
42
- tags :
43
- - fips
44
- env :
45
- - GOEXPERIMENT=boringcrypto
46
- - CGO_ENABLED=1
47
- - >-
48
- {{- if and (eq .Os "linux") (eq .Arch "amd64") }}CC=zig c++ -target x86_64-linux-gnu{{- end }}
49
- {{- if and (eq .Os "linux") (eq .Arch "arm64") }}CC=zig c++ -target aarch64-linux-gnu{{- end }}
50
- - >-
51
- {{- if and (eq .Os "linux") (eq .Arch "amd64") }}CXX=zig c++ -target x86_64-linux-gnu{{- end }}
52
- {{- if and (eq .Os "linux") (eq .Arch "arm64") }}CXX=zig c++ -target aarch64-linux-gnu{{- end }}
53
- ldflags :
54
- - -s -w
55
- - -X main.version={{ .Version }}
56
- - -X main.commit={{ .Commit }}
57
- - -X main.date={{ .Date }}
58
-
59
6
- id : image-info
60
7
no_unique_dist_dir : true
61
8
binary : image-info/image-info-{{ .Os }}-{{ .Arch }}
You can’t perform that action at this time.
0 commit comments