File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Generated by: gromit policy
2
+
2
3
# Check the documentation at http://goreleaser.com
3
4
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
4
5
# - arm64
8
9
- id : ee-amd64
9
10
flags :
10
11
- -tags=goplugin,ee
12
+ - -trimpath
11
13
env :
12
14
- NOP=nop # ignore this, it is jsut to avoid a complex conditional in the templates
13
15
- CC=gcc
@@ -24,6 +26,7 @@ builds:
24
26
- id : ee-arm64
25
27
flags :
26
28
- -tags=goplugin,ee
29
+ - -trimpath
27
30
env :
28
31
- NOP=nop # ignore this, it is jsut to avoid a complex conditional in the templates
29
32
- CC=aarch64-linux-gnu-gcc
@@ -40,6 +43,7 @@ builds:
40
43
- id : ee-s390x
41
44
flags :
42
45
- -tags=goplugin,ee
46
+ - -trimpath
43
47
env :
44
48
- NOP=nop # ignore this, it is jsut to avoid a complex conditional in the templates
45
49
- CC=s390x-linux-gnu-gcc
You can’t perform that action at this time.
0 commit comments