Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
99b685ea0a
commit
b298e00206
@ -22,6 +22,9 @@ local buildForArch(arch) = {
|
||||
'cross build --release --target' + arch,
|
||||
'ls -lah target' + arch + '/release',
|
||||
],
|
||||
environment: {
|
||||
CROSS_REMOTE: true,
|
||||
},
|
||||
};
|
||||
|
||||
local check_steps() = [
|
||||
@ -63,4 +66,6 @@ local check_steps() = [
|
||||
name: 'dockersock',
|
||||
temp: {},
|
||||
}],
|
||||
|
||||
image_pull_secrets: ['docker_private_repo'],
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user