diff --git a/.drone.yml b/.drone.yml index f4705bf..f4cd609 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,9 @@ platform: linux/arm +workspace: + base: /home/builder/package + path: / + clone: default: image: plugins/git:linux-arm @@ -7,9 +11,6 @@ clone: pipeline: build: - image: arm32v6/alpine:latest - commands: - - set - - apk -U add abuild - - abuild-apk update - - abuild -r + image: arm32v6/abuild:latest + environment: + - REPODEST=$(pwd)