Skip to content

Commit

Permalink
Test garble for binaries (#445)
Browse files Browse the repository at this point in the history
Attempt to reduce AV false positives.
  • Loading branch information
klauspost authored Oct 11, 2021
1 parent 98cd9e8 commit 94ad1f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
before:
hooks:
- ./gen.sh
- go install mvdan.cc/garble@latest

builds:
-
Expand Down Expand Up @@ -31,6 +32,7 @@ builds:
- mips64le
goarm:
- 7
gobinary: garble
-
id: "s2d"
binary: s2d
Expand All @@ -57,6 +59,7 @@ builds:
- mips64le
goarm:
- 7
gobinary: garble
-
id: "s2sx"
binary: s2sx
Expand Down Expand Up @@ -84,6 +87,7 @@ builds:
- mips64le
goarm:
- 7
gobinary: garble

archives:
-
Expand Down

0 comments on commit 94ad1f0

Please sign in to comment.