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