Skip to content

Commit 92553dd

Browse files
committed
.github: smaller ci builds
Signed-off-by: Simon Ott <simon.ott@aisec.fraunhofer.de>
1 parent 00827fe commit 92553dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
- name: Build
2323
run: |
2424
pushd cmcd
25-
go build
25+
go build -ldflags="-s -w" -trimpath
2626
popd
2727
pushd testtool
28-
go build
28+
go build -ldflags="-s -w" -trimpath
2929
popd
3030
pushd tools/metasign
31-
go build
31+
go build -ldflags="-s -w" -trimpath
3232
popd
3333
pushd tools/metaconv
34-
go build
34+
go build -ldflags="-s -w" -trimpath
3535
popd
3636
- name: Vet Check
3737
run: go vet ./...

0 commit comments

Comments
 (0)