From f21d15307743dfb918c0cb234355b59076e69751 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:21:30 +0100 Subject: [PATCH] Update drone.yml --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 300bd0c7..d06e4e7c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,15 +6,13 @@ platform: arch: arm64 steps: -- name: prepare +- name: build image: ubuntu commands: - apt update - apt install build-essential cmake ninja-build wget - wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz - tar xf toolchain-linux-arm64.tar.gz -- name: build - commands: - tools/rebuild-iso.sh trigger: