diff --git a/.drone.yml b/.drone.yml index 69019c2..0123e3f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,22 +15,22 @@ steps: - cd core/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd core-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd controller/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd controller-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:armv6h commands: - cd webapp/ - makepkg -s -f --cleanbuild --noconfirm @@ -74,22 +74,22 @@ steps: - cd core/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-core-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd core-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd controller/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-controller-testing - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd controller-testing/ - makepkg -s -f --cleanbuild --noconfirm - name: makepkg-webapp - image: serguzim/emgauwa-packager + image: serguzim/emgauwa-packager:x86_64 commands: - cd webapp/ - makepkg -s -f --cleanbuild --noconfirm