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"
|
nix develop -c sh -c "cd pkg/${{ matrix.pkg }} ; zig build test"
|
||||||
|
|
||||||
test-debian-12:
|
test-debian-12:
|
||||||
strategy:
|
name: Test build on Debian 12
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
platform: ["linux/amd64", "linux/arm64"]
|
|
||||||
name: Test build on Debian 12 ${{ matrix.platform }}
|
|
||||||
runs-on: namespace-profile-ghostty-sm
|
runs-on: namespace-profile-ghostty-sm
|
||||||
needs: test
|
needs: test
|
||||||
steps:
|
steps:
|
||||||
@ -651,4 +647,3 @@ jobs:
|
|||||||
context: .
|
context: .
|
||||||
file: src/build/docker/debian/Dockerfile
|
file: src/build/docker/debian/Dockerfile
|
||||||
build-args: DISTRO_VERSION=12
|
build-args: DISTRO_VERSION=12
|
||||||
platform: ${{ matrix.platform }}
|
|
||||||
|
Reference in New Issue
Block a user