From 9af37819f3189f623c0bc42504bd3bf399807b0c Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Fri, 14 Jan 2022 20:41:42 +0100 Subject: [PATCH] Added static test to amd64 builds as well --- .woodpecker/.build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker/.build.yml b/.woodpecker/.build.yml index 12610e4..f94e1ab 100644 --- a/.woodpecker/.build.yml +++ b/.woodpecker/.build.yml @@ -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 ]'