Remove deprecated armhf builds for 10.11.x

This commit is contained in:
Joshua M. Boniface
2025-06-07 16:21:22 -04:00
parent 32a8c20879
commit 499fddfa78
5 changed files with 1 additions and 23 deletions

View File

@@ -63,7 +63,6 @@ jobs:
arch:
- amd64
- arm64
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"
@@ -141,7 +140,6 @@ jobs:
arch:
- amd64
- arm64
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"
@@ -217,7 +215,6 @@ jobs:
- amd64-musl
- arm64
- arm64-musl
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"

View File

@@ -58,7 +58,6 @@ jobs:
arch:
- amd64
- arm64
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"
@@ -171,7 +170,6 @@ jobs:
arch:
- amd64
- arm64
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"
@@ -282,7 +280,6 @@ jobs:
- amd64-musl
- arm64
- arm64-musl
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"

View File

@@ -57,7 +57,6 @@ jobs:
arch:
- amd64
- arm64
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"
@@ -171,7 +170,6 @@ jobs:
arch:
- amd64
- arm64
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"
@@ -287,7 +285,6 @@ jobs:
- amd64-musl
- arm64
- arm64-musl
- armhf
continue-on-error: false # true in prod, false for testing
steps:
- name: "Set dated version for unstable builds"

View File

@@ -689,7 +689,7 @@ def usage():
log(" BUILD_TYPE: The type of build to execute")
log(f" * Valid options are: {', '.join(configurations.keys())}")
log(" BUILD_ARCH: The CPU architecture of the build")
log(" * Valid options are: <empty> [portable/docker only], amd64, arm64, armhf")
log(" * Valid options are: <empty> [portable/docker only], amd64, arm64")
log(" BUILD_VERSION: A valid OS distribution version (.deb build types only)")

View File

@@ -31,8 +31,6 @@ debian:
PACKAGE_ARCH: amd64
arm64:
PACKAGE_ARCH: arm64
armhf:
PACKAGE_ARCH: armhf
cross-gcc:
bullseye: '10'
bookworm: '12'
@@ -49,8 +47,6 @@ ubuntu:
PACKAGE_ARCH: amd64
arm64:
PACKAGE_ARCH: arm64
armhf:
PACKAGE_ARCH: armhf
cross-gcc:
focal: '10'
jammy: '12'
@@ -76,9 +72,6 @@ linux:
arm64-musl:
DOTNET_ARCH: musl-arm64
PACKAGE_ARCH: arm64-musl
armhf:
DOTNET_ARCH: arm
PACKAGE_ARCH: armhf
dockerfile: portable/Dockerfile
imagename: jellyfin-builder-linux
windows:
@@ -127,12 +120,6 @@ docker:
PACKAGE_ARCH: arm64
QEMU_ARCH: aarch64
TARGET_ARCH: arm64/v8
armhf:
DOTNET_ARCH: arm
IMAGE_ARCH: arm32v7
PACKAGE_ARCH: armhf
QEMU_ARCH: arm
TARGET_ARCH: arm/v7
dockerfile: docker/Dockerfile
imagename: jellyfin/jellyfin