This commit is contained in:
Robert Kaussow 2022-11-23 11:14:05 +01:00
parent 55646c984e
commit ca8638e848
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 7 additions and 3 deletions

View File

@ -68,8 +68,10 @@ local PipelineBuildBinaries = {
steps: [
{
name: 'build',
image: 'techknowlogick/xgo:go-1.19.x',
image: 'techknowlogick/xgo:go-1.19.x@sha256:b3441e1e1d2e5da281bfa8398cf70d2450d4b82464ee61eea8f0480c96edeab9',
commands: [
'pwd',
'ls -la /source',
'make release',
],
},

View File

@ -51,8 +51,10 @@ platform:
steps:
- name: build
image: techknowlogick/xgo:go-1.19.x
image: techknowlogick/xgo:go-1.19.x@sha256:b3441e1e1d2e5da281bfa8398cf70d2450d4b82464ee61eea8f0480c96edeab9
commands:
- pwd
- ls -la /source
- make release
- name: executable
@ -457,6 +459,6 @@ depends_on:
---
kind: signature
hmac: e76ad8c9ff11e9e93d3e987ee2aeb8a89b41652ae851165e0fd8f3e6651e6a2c
hmac: d01f14d060ece570f561bd7f7bd5f27a3298aa16a97313a044d430104f803d33
...