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