From fe8853a4660efeaff7106f73622d3c91617fd6aa Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 16 Feb 2024 03:31:22 -0500 Subject: Make gzip explicit in archive types Might add "tarxz" or similar some day, so make it explicit. --- build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.yaml') diff --git a/build.yaml b/build.yaml index 0dd7804..bdf2599 100644 --- a/build.yaml +++ b/build.yaml @@ -48,7 +48,7 @@ fedora: # Portable archives linux: build_function: build_linux - archivetypes: tar + archivetypes: targz archmaps: amd64: DOTNET_ARCH: x64 @@ -81,7 +81,7 @@ windows: imagename: jellyfin-builder-windows macos: build_function: build_macos - archivetypes: tar + archivetypes: targz archmaps: amd64: DOTNET_ARCH: x64 @@ -93,7 +93,7 @@ macos: imagename: jellyfin-builder-macos portable: build_function: build_portable - archivetypes: tar-gz,zip + archivetypes: targz,zip dockerfile: portable/Dockerfile imagename: jellyfin-builder-portable -- cgit