Build non-vulkan linux variants using ubuntu 22.04 (#9211)

This commit is contained in:
Jack Amadeo
2026-05-14 15:49:49 -04:00
committed by GitHub
parent b5084bfc56
commit cac334b30f
5 changed files with 55 additions and 27 deletions
+4 -7
View File
@@ -21,7 +21,7 @@ name: "Bundle Desktop (Linux)"
jobs:
build-desktop-linux:
name: Build Desktop (Linux)
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
@@ -72,17 +72,14 @@ jobs:
libxrandr2 \
libgbm1 \
libxss1 \
libasound2t64 \
libasound2 \
rpm \
fakeroot \
dpkg-dev \
protobuf-compiler \
flatpak \
flatpak-builder \
elfutils \
libvulkan-dev \
libvulkan1 \
glslc
elfutils
- name: Setup Flatpak Runtimes
run: |
@@ -107,7 +104,7 @@ jobs:
source ./bin/activate-hermit
export TARGET="x86_64-unknown-linux-gnu"
rustup target add "${TARGET}"
cargo build --release --target ${TARGET} -p goose-server --features vulkan
cargo build --release --target ${TARGET} -p goose-server
- name: Copy binaries into Electron folder
run: |