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