Skip to content
Snippets Groups Projects
Commit d6a7b010 authored by Philip Müller's avatar Philip Müller
Browse files

[ci] use unstable and force

parent 4166fd18
No related branches found
No related tags found
No related merge requests found
Pipeline #9032 failed
...@@ -28,7 +28,7 @@ build-package: ...@@ -28,7 +28,7 @@ build-package:
# build pkg via chrootbuild # build pkg via chrootbuild
- export PKG=${PWD##*/} - export PKG=${PWD##*/}
- cd .. - cd ..
- sudo chrootbuild -b arm-testing -cp $PKG - sudo chrootbuild -f -b arm-unstable -cp $PKG
- mv -v ./*.pkg.tar.* $PKG - mv -v ./*.pkg.tar.* $PKG
#- sudo pacman -Syy && makepkg -scr --noconfirm #- sudo pacman -Syy && makepkg -scr --noconfirm
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment