fix: use different container for each architecture
This commit is contained in:
parent
d9e866e509
commit
4e454d149b
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue