disable stable runner, move to edge, add fotema update
All checks were successful
Release Alpine apk for ARM64v8 Edge / compilation-arm64v8 (push) Successful in 1h5m3s

supersonic-desktop
This commit is contained in:
ITmodulo 2025-06-29 11:39:49 +02:00
commit c7e81a6e15
8 changed files with 124 additions and 67 deletions

View file

@ -15,7 +15,7 @@ options="!check"
build() {
cd client
cmake -B build -G Ninja \
cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -B build -G Ninja \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \