Of course I made another typo
ci/woodpecker/push/builder unknown status Details
ci/woodpecker/push/publish unknown status Details
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/build Pipeline was successful Details
ci/woodpecker/push/build_arm64 Pipeline was successful Details

pull/27/head
Jef Roosens 2022-01-14 20:43:11 +01:00
parent 9af37819f3
commit 8a8c7fab83
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
2 changed files with 4 additions and 2 deletions

View File

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

View File

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