aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2024-02-11 23:03:36 -0500
committerJoshua M. Boniface <joshua@boniface.me>2024-02-11 23:03:36 -0500
commit74cec1e8d304f8eb48c58e9d298ab9cb44b14a48 (patch)
tree60f85502b2a10c6e4da7550cd4be7ccb257065f1 /.github/workflows
parentRename job to be shorter (diff)
downloadjellyfin-packaging-74cec1e8d304f8eb48c58e9d298ab9cb44b14a48.tar.gz
jellyfin-packaging-74cec1e8d304f8eb48c58e9d298ab9cb44b14a48.tar.bz2
jellyfin-packaging-74cec1e8d304f8eb48c58e9d298ab9cb44b14a48.zip
Turn off extra arches for now
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release-build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-build.yaml b/.github/workflows/release-build.yaml
index 63a25a4..88d73fc 100644
--- a/.github/workflows/release-build.yaml
+++ b/.github/workflows/release-build.yaml
@@ -21,8 +21,8 @@ jobs:
- bookworm
arch:
- amd64
- - arm64
- - armhf
+# - arm64
+# - armhf
steps:
- name: "Install dependencies"
run: |-
bgstack15