fix: disable musl deb building (#1525)

It never worked, and broke release building. I don't think we need musl
debs, but if so ensure they don't break install scripts

Resolve #1500
This commit is contained in:
Ellie Huxtable 2024-01-09 11:49:00 +00:00 committed by GitHub
parent cc5efd2971
commit 2b94f05735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ jobs:
- name: Create Debian package
id: debian-package
shell: bash
if: startsWith(matrix.job.os, 'ubuntu')
if: startsWith(matrix.job.os, 'ubuntu') && endsWith(matrix.job.target, 'gnu')
run: |
cargo install cargo-deb
cargo deb --deb-revision="" -p atuin