gjdwebserver-overlay/sys-kernel/pinephone-pro-sources/files/.gitlab-ci.yml

17 lines
277 B
YAML
Raw Normal View History

2022-01-14 17:01:30 +01:00
build-package:
tags:
- bigbuilds
- aarch64
- fosshost
- xlarge
script:
- export PKG=${PWD##*/}
- cd ..
- sudo chrootbuild -b arm-unstable -cp $PKG
- mv -v ./*.pkg.tar.* $PKG
artifacts:
paths:
- ./*.pkg.tar.*
expire_in: 1 week