Signed-off-by: Jacob Kiers <jacob@jacobkiers.net>
This commit is contained in:
parent
7286e1630e
commit
f91351c658
@ -18,8 +18,7 @@ local buildForArch(arch) = {
|
||||
commands: [
|
||||
'echo Hello World from Jsonnet on ' + arch + '!',
|
||||
'while ! docker image ls; do sleep 1; done',
|
||||
'cross check --target ' + arch,
|
||||
'cross build --release --target' + arch,
|
||||
'cross build --release --target ' + arch,
|
||||
'ls -lah target' + arch + '/release',
|
||||
],
|
||||
environment: {
|
||||
|
Loading…
Reference in New Issue
Block a user