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
|
kind: pipeline
|
||||||
name: makepkg-on-arm
|
name: makepkg-on-armv6h
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
path: /drone/src
|
path: /drone/src
|
||||||
|
@ -10,7 +10,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: makepkg-core
|
- name: makepkg-core
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:armv6h
|
||||||
commands:
|
commands:
|
||||||
- cd core/
|
- cd core/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
|
@ -69,7 +69,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: makepkg-core
|
- name: makepkg-core
|
||||||
image: serguzim/emgauwa-packager
|
image: serguzim/emgauwa-packager:x86_64
|
||||||
commands:
|
commands:
|
||||||
- cd core/
|
- cd core/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
|
|
Reference in a new issue