Forgot some things
continuous-integration/drone/push Build was killed Details

Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
Jacob Kiers 2022-08-11 23:30:14 +02:00
parent 99b685ea0a
commit b298e00206
1 changed files with 5 additions and 0 deletions

View File

@ -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'],
}