mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
gtk: only test Debian 12 builds on amd64
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
Reference in New Issue
Block a user