Merge branch 'arm64' into 'master'
CI: Build arm64 .deb See merge request Librem5/squeekboard!292
This commit is contained in:
@ -28,7 +28,22 @@ build_meson:
|
|||||||
- ninja -C _build install
|
- ninja -C _build install
|
||||||
|
|
||||||
build_deb:
|
build_deb:
|
||||||
<<: *tags
|
tags:
|
||||||
|
- librem5
|
||||||
|
stage: build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- "*.deb"
|
||||||
|
script:
|
||||||
|
- apt-get -y install devscripts
|
||||||
|
- debuild -i -us -uc -b
|
||||||
|
- cp ../*.deb .
|
||||||
|
|
||||||
|
build_deb_aarch64:
|
||||||
|
image: multiarch/debian-debootstrap:arm64-buster
|
||||||
|
tags:
|
||||||
|
- ARM64
|
||||||
|
allow_failure: true
|
||||||
stage: build
|
stage: build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user