gtk: only test Debian 12 builds on amd64

This commit is contained in:
Jeffrey C. Ollie
2025-02-15 17:57:19 -06:00
parent 0ce1342263
commit c7b3cbd397

View File

@ -628,11 +628,7 @@ jobs:
nix develop -c sh -c "cd pkg/${{ matrix.pkg }} ; zig build test"
test-debian-12:
strategy:
fail-fast: false
matrix:
platform: ["linux/amd64", "linux/arm64"]
name: Test build on Debian 12 ${{ matrix.platform }}
name: Test build on Debian 12
runs-on: namespace-profile-ghostty-sm
needs: test
steps:
@ -651,4 +647,3 @@ jobs:
context: .
file: src/build/docker/debian/Dockerfile
build-args: DISTRO_VERSION=12
platform: ${{ matrix.platform }}