From 4e454d149b3438095031839460a7875939060641 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Mon, 27 Jul 2020 02:11:50 +0200 Subject: [PATCH] fix: use different container for each architecture --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 18bf576..69019c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ --- kind: pipeline -name: makepkg-on-arm +name: makepkg-on-armv6h workspace: path: /drone/src @@ -10,7 +10,7 @@ platform: steps: - name: makepkg-core - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd core/ - makepkg -s -f --cleanbuild --noconfirm @@ -69,7 +69,7 @@ platform: steps: - name: makepkg-core - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd core/ - makepkg -s -f --cleanbuild --noconfirm