CI?
Some checks failed
ci/woodpecker/push/builder unknown status
ci/woodpecker/push/image unknown status
ci/woodpecker/push/publish unknown status
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Jef Roosens 2022-01-22 19:29:01 +01:00
parent 32fc1317b0
commit 2ce92e237d
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

View file

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