There was an error while loading. Please reload this page.
1 parent 2093ae5 commit d5313f0Copy full SHA for d5313f0
2 files changed
.github/workflows/main.yml
@@ -2,10 +2,6 @@ name: build
2
3
on:
4
push:
5
- branches:
6
- - release
7
- - prerelease
8
- - test
9
jobs:
10
build-mac:
11
runs-on: macos-13
deployment/build.debian
@@ -6,9 +6,6 @@ set -o xtrace
# move to source directory
pushd ${SOURCE_DIR}
-# Initialize git submodules
-git submodule update --init --recursive
-
12
# Convert to format like deb12 or ubu2204 like Jellyfin packages
13
IMGSNIP="${IMG:0:3}"
14
RELVER="$( grep 'VERSION_ID' /etc/os-release | awk -F'"' '{ print $2 }' | tr -d '.' )"
0 commit comments