build binaries

This commit is contained in:
Robert Kaussow 2020-09-20 23:18:49 +02:00
parent 1fa6b07b14
commit 8c6fd000e3
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ local PipelineBuildBinaries = {
image: 'alpine',
commands: [
'apk add upx',
'find release/ -maxdepth 1 -executable -type f -exec upx {} ;',
'find release/ -maxdepth 1 -executable -type f -exec upx {} \\;',
'ls -lh release/',
],
},

View File

@ -76,7 +76,7 @@ steps:
image: alpine
commands:
- apk add upx
- find release/ -maxdepth 1 -executable -type f -exec upx {} ;
- find release/ -maxdepth 1 -executable -type f -exec upx {} \;
- ls -lh release/
- name: checksum
@ -416,6 +416,6 @@ depends_on:
---
kind: signature
hmac: e39c311c9112476acd3c980340474969a5ea27720867d85bce0dc63f5307569d
hmac: 14cc8682d5c27ee5548f9596f5778b82f331b5c2d5e2a816b874ae7682524335
...