ci: verify if snap builds on official images

This commit is contained in:
Mitchell Hashimoto 2025-05-03 07:12:28 -07:00
parent 040cdba707
commit ed77db4595
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC

View File

@ -350,8 +350,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
[namespace-profile-ghostty-snap, namespace-profile-ghostty-snap-arm64]
os: [ubuntu-24.04, ubuntu-24.04-arm]
runs-on: ${{ matrix.os }}
needs: [test, build-dist]
env:
@ -366,12 +365,12 @@ jobs:
run: |
mkdir dist
tar --verbose --extract --strip-components 1 --directory dist --file ghostty-source.tar.gz
- name: Setup Cache
uses: namespacelabs/nscloud-cache-action@v1.2.0
with:
path: |
/nix
/zig
# - name: Setup Cache
# uses: namespacelabs/nscloud-cache-action@v1.2.0
# with:
# path: |
# /nix
# /zig
- run: sudo apt install -y udev
- run: sudo systemctl start systemd-udevd
- uses: snapcore/action-build@v1