Upload artifacts to S3; first attempt at Gitea releases #52

Merged
Jef Roosens merged 16 commits from gitea-releases into dev 2022-01-22 22:27:27 +01:00
Showing only changes of commit 2ce92e237d - Show all commits

View file

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