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
2 changed files with 5 additions and 0 deletions
Showing only changes of commit d3dc0abc5b - Show all commits

View file

@ -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 ]

View file

@ -24,3 +24,6 @@ pipeline:
when:
event: tag
branch: main
depends_on:
builder