diff options
author | felix920506 <felix920506@gmail.com> | 2024-03-26 19:38:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 19:38:28 -0400 |
commit | e5fc52d2de36c397e57f6e8272a6f994e32fc864 (patch) | |
tree | 80725521e4c47f194b365a5055f0ccf47678a383 /build.yaml | |
parent | Add missing LICENSE file (diff) | |
download | jellyfin-packaging-e5fc52d2de36c397e57f6e8272a6f994e32fc864.tar.gz jellyfin-packaging-e5fc52d2de36c397e57f6e8272a6f994e32fc864.tar.bz2 jellyfin-packaging-e5fc52d2de36c397e57f6e8272a6f994e32fc864.zip |
Remove targz from macos build config
Diffstat (limited to 'build.yaml')
-rw-r--r-- | build.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ windows: imagename: jellyfin-builder-windows macos: build_function: build_macos - archivetypes: targz,tarxz + archivetypes: tarxz archmaps: amd64: DOTNET_ARCH: x64 |