add: arch for drone-webdav
This commit is contained in:
parent
28d95c1b6a
commit
133de2b90e
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ steps:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: upload-packages
|
- name: upload-packages
|
||||||
image: serguzim/drone-webdav
|
image: serguzim/drone-webdav:armv7h
|
||||||
settings:
|
settings:
|
||||||
file: \ls /drone/src/*/emgauwa-*-any.pkg.tar.*
|
file: \ls /drone/src/*/emgauwa-*-any.pkg.tar.*
|
||||||
destination: https://serguzim.me/repo/archlinux/armv6h/emgauwa/
|
destination: https://serguzim.me/repo/archlinux/armv6h/emgauwa/
|
||||||
|
@ -94,7 +94,7 @@ steps:
|
||||||
- cd webapp/
|
- cd webapp/
|
||||||
- makepkg -s -f --cleanbuild --noconfirm
|
- makepkg -s -f --cleanbuild --noconfirm
|
||||||
- name: upload-packages
|
- name: upload-packages
|
||||||
image: serguzim/drone-webdav
|
image: serguzim/drone-webdav:x86_64
|
||||||
settings:
|
settings:
|
||||||
file: \ls /drone/src/*/emgauwa-*-any.pkg.tar.*
|
file: \ls /drone/src/*/emgauwa-*-any.pkg.tar.*
|
||||||
destination: https://serguzim.me/repo/archlinux/x86_64/emgauwa/
|
destination: https://serguzim.me/repo/archlinux/x86_64/emgauwa/
|
||||||
|
|
Reference in a new issue