Skip to content

Commit 96d079a

Browse files
Sync file with 5.8.x releases
1 parent 3dcd0c4 commit 96d079a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/goreleaser/goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Generated by: gromit policy
2+
23
# Check the documentation at http://goreleaser.com
34
# This project needs CGO_ENABLED=1 and the cross-compiler toolchains for
45
# - arm64
@@ -8,6 +9,7 @@ builds:
89
- id: ee-amd64
910
flags:
1011
- -tags=goplugin,ee
12+
- -trimpath
1113
env:
1214
- NOP=nop # ignore this, it is jsut to avoid a complex conditional in the templates
1315
- CC=gcc
@@ -24,6 +26,7 @@ builds:
2426
- id: ee-arm64
2527
flags:
2628
- -tags=goplugin,ee
29+
- -trimpath
2730
env:
2831
- NOP=nop # ignore this, it is jsut to avoid a complex conditional in the templates
2932
- CC=aarch64-linux-gnu-gcc
@@ -40,6 +43,7 @@ builds:
4043
- id: ee-s390x
4144
flags:
4245
- -tags=goplugin,ee
46+
- -trimpath
4347
env:
4448
- NOP=nop # ignore this, it is jsut to avoid a complex conditional in the templates
4549
- CC=s390x-linux-gnu-gcc

0 commit comments

Comments
 (0)