This is a better name for the build

This commit is contained in:
John Doty 2024-08-16 10:29:37 -07:00
parent 9e8fa4d0a6
commit a4df8fc588

View file

@ -40,7 +40,7 @@ build = {
"linux": BuildSettings( "linux": BuildSettings(
target="x86_64-unknown-linux-musl", target="x86_64-unknown-linux-musl",
), ),
"deb": BuildSettings( "debian": BuildSettings(
target="x86_64-unknown-linux-musl", target="x86_64-unknown-linux-musl",
test=False, test=False,
archive=Archive.DEB, archive=Archive.DEB,