From f91351c65827ef3a31b5d64ace585a0aa472f6e8 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 11 Aug 2022 23:43:10 +0200 Subject: [PATCH] Fix typo Signed-off-by: Jacob Kiers --- .drone.jsonnet | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.jsonnet b/.drone.jsonnet index f0407f3..0e44b2f 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -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: {