Only support zstd-compressed tarballs

This commit is contained in:
Jef Roosens 2022-01-14 21:50:43 +01:00
parent 1bd3ed3523
commit e13081a4aa
Signed by untrusted user: Jef Roosens
GPG key ID: 955C0660072F691F
4 changed files with 10 additions and 4 deletions

View file

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

View file

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