Multi-arch builder image & builds #27

Merged
Jef Roosens merged 10 commits from repo-add into dev 2022-01-14 20:47:05 +01:00
Showing only changes of commit d1f867e511 - Show all commits

View file

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