mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-06 05:04:25 -04:00
test compiling bundle for arm
This commit is contained in:
parent
360d17b326
commit
c77ac79d39
1 changed files with 19 additions and 0 deletions
|
@ -77,6 +77,25 @@ build_linux_amd64_flatpak:
|
||||||
- flatpak/com.veilid.veilidchat.flatpak
|
- flatpak/com.veilid.veilidchat.flatpak
|
||||||
only:
|
only:
|
||||||
- schedules
|
- schedules
|
||||||
|
|
||||||
|
build_linux_arm64_bundle:
|
||||||
|
stage: build
|
||||||
|
tags:
|
||||||
|
- saas-linux-small-arm64
|
||||||
|
image: ghcr.io/cirruslabs/flutter:3.29.2
|
||||||
|
script:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov rustup
|
||||||
|
- rustup toolchain install 1.81 --profile minimal --no-self-update
|
||||||
|
- flutter config --enable-linux-desktop
|
||||||
|
- git clone https://gitlab.com/veilid/veilid.git ../veilid
|
||||||
|
- flutter build linux
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- build/linux/arm64/release/bundle/
|
||||||
|
only:
|
||||||
|
- schedules
|
||||||
|
|
||||||
#test:
|
#test:
|
||||||
# extends:
|
# extends:
|
||||||
# - .macos_saas_runners
|
# - .macos_saas_runners
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue