fix: use different container for each architecture

This commit is contained in:
Tobias Reisinger 2020-07-27 02:11:50 +02:00
parent d9e866e509
commit 4e454d149b

View file

@ -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