Added static test to amd64 builds as well

main
Jef Roosens 2022-01-14 20:41:42 +01:00
parent 641a9783a6
commit 9af37819f3
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 2 additions and 0 deletions

View File

@ -23,3 +23,5 @@ pipeline:
group: 'build'
commands:
- make prod
# Make sure the binary is actually static
- '[ "$(readelf -d pvieter) | grep NEEDED | wc -l" = 0 ]'